From 9f5ad3e823d1e97fde27c3fd6a6765b6ebcbc5c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:45:42 +0000 Subject: [PATCH] Update dependency pyright to v1.1.411 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index a624c7f8113a..558ddf058435 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.410 +pyright==1.1.411 # Libraries used by our various scripts. aiohttp==3.14.1