From 741f78a432d540170c186726f2bacd9e9381f0d0 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Wed, 14 Jun 2023 09:22:34 +0100 Subject: [PATCH] Update pyright to 1.1.314 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee1486a5d628..9b42e4a21198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,4 +62,4 @@ all = true disable_all_dunder_policy = true [tool.typeshed] -pyright_version = "1.1.312" +pyright_version = "1.1.314"