Skip to content

Commit d1d5fe5

Browse files
Update most test/lint dependencies (#15199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <[email protected]>
1 parent bdfdd32 commit d1d5fe5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
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
@@ -27,7 +27,7 @@ repos:
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

requirements-tests.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ mypy==1.18.2
44
pyright==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.
1010
grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
11-
mypy-protobuf==3.6.0
11+
mypy-protobuf==4.0.0
1212
packaging==25.0
1313
pathspec>=0.11.1
1414
pre-commit
1515
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16-
ruff==0.13.2
16+
ruff==0.14.10
1717
stubdefaulter==0.1.0
1818
termcolor>=2.3
19-
tomli==2.2.1; python_version < "3.11"
19+
tomli==2.3.0; python_version < "3.11"
2020
tomlkit==0.13.3
2121
typing_extensions>=4.15.0rc1
22-
uv==0.9.6
22+
uv==0.9.21
2323

2424
# Utilities for typeshed infrastructure scripts.
2525
ts_utils @ file:lib

0 commit comments

Comments
 (0)