From 3c9522bcfe63599c5a2a8ee31b21a5b69f87cf3a Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Thu, 13 Jul 2023 19:08:27 +0300 Subject: [PATCH] Bump pyright version (#10454) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0888b2d4..663e9a65b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,4 +62,4 @@ all = true disable_all_dunder_policy = true [tool.typeshed] -pyright_version = "1.1.316" +pyright_version = "1.1.317"