File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 args : [--fix=lf]
1212 - id : check-case-conflict
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.13.3 # must match requirements-tests.txt
14+ rev : v0.14.10 # must match requirements-tests.txt
1515 hooks :
1616 - id : ruff
1717 name : Run ruff on stubs, tests and scripts
2727 - " --unsafe-fixes"
2828 files : ' .*test_cases/.+\.py$'
2929 - repo : https://github.com/psf/black-pre-commit-mirror
30- rev : 25.9 .0
30+ rev : 25.12 .0
3131 hooks :
3232 - id : black
3333 - repo : https://github.com/pycqa/flake8
Original file line number Diff line number Diff line change @@ -4,22 +4,22 @@ mypy==1.18.2
44pyright==1.1.407
55
66# Libraries used by our various scripts.
7- aiohttp==3.12.15
7+ aiohttp==3.13.2
88# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI
99# considerably and prone to fail.
1010grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
11- mypy-protobuf==3.6 .0
11+ mypy-protobuf==4.0 .0
1212packaging==25.0
1313pathspec>=0.11.1
1414pre-commit
1515# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16- ruff==0.13.2
16+ ruff==0.14.10
1717stubdefaulter==0.1.0
1818termcolor>=2.3
19- tomli==2.2.1 ; python_version < "3.11"
19+ tomli==2.3.0 ; python_version < "3.11"
2020tomlkit==0.13.3
2121typing_extensions>=4.15.0rc1
22- uv==0.9.6
22+ uv==0.9.21
2323
2424# Utilities for typeshed infrastructure scripts.
2525ts_utils @ file:lib
You can’t perform that action at this time.
0 commit comments