diff --git a/requirements-tests.txt b/requirements-tests.txt index 32dc7eca4..b49099f4c 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -3,7 +3,7 @@ mypy==1.11.2 pyright==1.1.383 # pytype can be installed on Windows, but requires building wheels, let's not do that on the CI -pytype==2024.9.13; platform_system != "Windows" and python_version < "3.13" +pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13" # Libraries used by our various scripts. aiohttp==3.10.9