From 55bb585a35cd96f182f01197ed4c72f81532259c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:14:06 +0000 Subject: [PATCH] Update dependency pyright to v1.1.410 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 55eb0df46e85..c73946b8696c 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==2.1.0 -pyright==1.1.409 +pyright==1.1.410 # Libraries used by our various scripts. aiohttp==3.13.5