Skip to content

Commit 87a5d7c

Browse files
Update most test/lint dependencies
1 parent 8ffc436 commit 87a5d7c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.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
@@ -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.12.0
30+
rev: 26.3.1
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/pycqa/flake8

requirements-tests.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ mypy==1.20.0
44
pyright==1.1.408
55

66
# Libraries used by our various scripts.
7-
aiohttp==3.13.3
7+
aiohttp==3.13.5
88
grpcio-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
1111
pathspec>=1.0.3
1212
pre-commit
1313
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
14-
ruff==0.14.10
14+
ruff==0.15.8
1515
stubdefaulter==0.1.0
1616
termcolor>=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
1919
typing_extensions>=4.15.0rc1
20-
uv==0.9.22
20+
uv==0.11.2
2121

2222
# Utilities for typeshed infrastructure scripts.
2323
ts_utils @ file:lib

0 commit comments

Comments
 (0)