Update pytype to 2024.10.11 (#12778)

This commit is contained in:
Jan Kühle
2024-10-11 12:59:33 +02:00
committed by GitHub
parent 17d2e5a862
commit a73c77a8be

View File

@@ -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