Skip to content

Commit

Permalink
Update mypy to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Oct 19, 2024
1 parent 7043ec2 commit e3f6df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e3f6df0

Please sign in to comment.