From a73c77a8be98c6715f9340a55e0fccc9c408d2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=BChle?= Date: Fri, 11 Oct 2024 12:59:33 +0200 Subject: [PATCH] Update pytype to 2024.10.11 (#12778) --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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