We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1205f0 commit 5052fa2Copy full SHA for 5052fa2
1 file changed
requirements-tests.txt
@@ -1,7 +1,7 @@
1
# Type checkers that we test our stubs against. These should always
2
# be pinned to a specific version to make failure reproducible.
3
mypy==1.13.0
4
-pyright==1.1.388
+pyright==1.1.389
5
# pytype can be installed on Windows, but requires building wheels, let's not do that on the CI
6
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
7
0 commit comments