Skip to content

Commit b66d6cf

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.8.0 # must match requirements-tests.txt
14+
rev: v0.8.4 # must match requirements-tests.txt
1515
hooks:
1616
- id: ruff
1717
name: Run ruff on stubs, tests and scripts

requirements-tests.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Type checkers that we test our stubs against. These should always
22
# be pinned to a specific version to make failure reproducible.
3-
mypy==1.14.0
3+
mypy==1.14.1
44
pyright==1.1.389
55
# pytype can be installed on Windows, but requires building wheels, let's not do that on the CI
66
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
@@ -9,17 +9,17 @@ pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" an
99
aiohttp==3.10.11
1010
grpcio-tools>=1.66.2 # For grpc_tools.protoc
1111
mypy-protobuf==3.6.0
12-
packaging==24.1
12+
packaging==24.2
1313
pathspec>=0.11.1
1414
pre-commit
1515
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16-
ruff==0.8.0
16+
ruff==0.8.4
1717
stubdefaulter==0.1.0
1818
termcolor>=2.3
19-
tomli==2.0.2
19+
tomli==2.2.1
2020
tomlkit==0.13.2
2121
typing_extensions>=4.12.0rc1
22-
uv==0.4.26
22+
uv==0.5.13
2323

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

0 commit comments

Comments
 (0)