From 17bde1bd5e556de001adde3c2f340ba1c3581bd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:19:42 +0100 Subject: [PATCH] Update dependency pyright to v1.1.407 (#14918) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index bd5b94514..9c7d27d07 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,7 +1,7 @@ # Type checkers that we test our stubs against. These should always # be pinned to a specific version to make failure reproducible. mypy==1.18.2 -pyright==1.1.406 +pyright==1.1.407 # Libraries used by our various scripts. aiohttp==3.12.15