Skip to content

Commit

Permalink
Update pytype and pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 17d2e5a commit b1cdea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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
pyright==1.1.383
pyright==1.1.384
# 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.13"

# Libraries used by our various scripts.
aiohttp==3.10.9
Expand Down

0 comments on commit b1cdea7

Please sign in to comment.