From 37b7b54337e52562cb5e891ea2752d05a1dea5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 22:35:19 +0000 Subject: [PATCH] Bump pyright to 1.1.394 (#13336) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8948bbd21..05f372232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ lint = [ "types-Pygments==2.19.0.20250107", "types-requests==2.32.0.20241016", # align with requests "types-urllib3==1.26.25.14", - "pyright==1.1.393", + "pyright==1.1.394", "pytest>=6.0", ] test = [