From e299d69e1456a3f0d635ed010f9799beb26e32b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:11:45 +0000 Subject: [PATCH] Bump pyright to 1.1.389 (#13132) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3abc9d218d..1aac35123a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ lint = [ "types-Pygments==2.18.0.20240506", "types-requests==2.32.0.20241016", # align with requests "types-urllib3==1.26.25.14", - "pyright==1.1.388", + "pyright==1.1.389", "pytest>=6.0", ] test = [