From 85bdd0a16d11dec4d56d5ba005ea05e275c23600 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 7 Jun 2023 08:39:50 +0100 Subject: [PATCH] Update pyright to 1.1.312 (#10271) Should unblock #10216 and #10258 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e771325e8..ee1486a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,4 +62,4 @@ all = true disable_all_dunder_policy = true [tool.typeshed] -pyright_version = "1.1.311" +pyright_version = "1.1.312"