File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
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.14.10 # must match requirements-tests.txt
14+ rev : v0.15.8 # 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.12.0
30+ rev : 26.3.1
3131 hooks :
3232 - id : black
3333 - repo : https://github.com/pycqa/flake8
Original file line number Diff line number Diff line change @@ -4,20 +4,20 @@ mypy==1.20.0
44pyright==1.1.408
55
66# Libraries used by our various scripts.
7- aiohttp==3.13.3
7+ aiohttp==3.13.5
88grpcio-tools>=1.76.0 # For grpc_tools.protoc
9- mypy-protobuf==4 .0.0
10- packaging==25 .0
9+ mypy-protobuf==5 .0.0
10+ packaging==26 .0
1111pathspec>=1.0.3
1212pre-commit
1313# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
14- ruff==0.14.10
14+ ruff==0.15.8
1515stubdefaulter==0.1.0
1616termcolor>=2.3
17- tomli==2.3.0 ; python_version < "3.11"
18- tomlkit==0.13.3
17+ tomli==2.4.1 ; python_version < "3.11"
18+ tomlkit==0.14.0
1919typing_extensions>=4.15.0rc1
20- uv==0.9.22
20+ uv==0.11.2
2121
2222# Utilities for typeshed infrastructure scripts.
2323ts_utils @ file:lib
You can’t perform that action at this time.
0 commit comments