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