From e50e1db2036e2491d70739da787e9b7fac520f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:55:11 +0100 Subject: [PATCH] Bump pyright to 1.1.383 (#12942) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 804f81290..cbc4beaad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ lint = [ "types-requests==2.32.0.20240914", # align with requests "types-urllib3==1.26.25.14", "tomli>=2", # for mypy (Python<=3.10) - "pyright==1.1.382.post0", + "pyright==1.1.383", "pytest>=6.0", ] test = [