Bump mypy to 1.15.0 (#13473)

This commit is contained in:
Alex Waygood
2025-02-07 19:21:40 +00:00
committed by GitHub
parent 94ac7c44d2
commit 73ebb9dfd7
4 changed files with 2 additions and 9 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.14.1
mypy==1.15.0
pyright==1.1.389
# 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"