Skip to content

Commit fc611d9

Browse files
Update most test/lint dependencies (#12717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad96829 commit fc611d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+1-1
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.6.8 # must match requirements-tests.txt
14+
rev: v0.6.9 # must match requirements-tests.txt
1515
hooks:
1616
- id: ruff
1717
name: Run ruff on stubs, tests and scripts

requirements-tests.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyright==1.1.383
66
pytype==2024.9.13; platform_system != "Windows" and python_version < "3.13"
77

88
# Libraries used by our various scripts.
9-
aiohttp==3.10.8
9+
aiohttp==3.10.9
1010
# grpc install only fails on Windows, but let's avoid building sdist on other platforms
1111
# https://github.com/grpc/grpc/issues/36201
1212
grpcio-tools; python_version < "3.13" # For grpc_tools.protoc
@@ -15,10 +15,10 @@ packaging==24.1
1515
pathspec>=0.11.1
1616
pre-commit
1717
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
18-
ruff==0.6.8
18+
ruff==0.6.9
1919
stubdefaulter==0.1.0
2020
termcolor>=2.3
21-
tomli==2.0.1
21+
tomli==2.0.2
2222
tomlkit==0.13.2
2323
typing_extensions>=4.12.0rc1
24-
uv==0.4.17
24+
uv==0.4.18

0 commit comments

Comments
 (0)