From 914de4d9785f44e52ef769abe9ded688db356892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 11:55:43 +0000 Subject: [PATCH] Update dependency pyright to v1.1.409 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 059b8dc6d2fa..b92b282bbcba 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.20.0 -pyright==1.1.408 +pyright==1.1.409 # Libraries used by our various scripts. aiohttp==3.13.5