Skip to content

Commit

Permalink
Update requirements-tests.txt
Browse files Browse the repository at this point in the history
updated version
  • Loading branch information
anukaal authored Jan 3, 2025
1 parent 33d1b16 commit 9aa9b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 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
pyright==1.1.389
mypy==1.15.0
pyright==1.1.391
# 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"

# Libraries used by our various scripts.
aiohttp==3.10.11
grpcio-tools>=1.66.2 # For grpc_tools.protoc
mypy-protobuf==3.6.0
mypy-protobuf==3.6.1
packaging==24.2
pathspec>=0.11.1
pre-commit
Expand Down

0 comments on commit 9aa9b58

Please sign in to comment.