Skip to content

Commit adf01ee

Browse files
committed
Extend comment
1 parent 4192ec7 commit adf01ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" an
88
# Libraries used by our various scripts.
99
aiohttp==3.11.15
1010
# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI
11-
# considerably
11+
# considerably and prone to fail.
1212
grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
1313
mypy-protobuf==3.6.0
1414
packaging==24.2
1515
pathspec>=0.11.1
1616
pre-commit
1717
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
1818
ruff==0.11.4
19-
# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet
19+
# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet.
2020
stubdefaulter==0.1.0; python_version < "3.14"
2121
termcolor>=2.3
2222
tomli==2.2.1

0 commit comments

Comments
 (0)