Update mypy to 1.12.0 (#12859)

This commit is contained in:
Sebastian Rittau
2024-10-19 17:45:38 +02:00
committed by GitHub
parent 890a38f424
commit ebdd2c528d
8 changed files with 23 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
# Type checkers that we test our stubs against. These should always
# be pinned to a specific version to make failure reproducible.
mypy==1.11.2
mypy==1.12.0
pyright==1.1.385
# pytype can be installed on Windows, but requires building wheels, let's not do that on the CI
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"