File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
args : [--fix=lf]
12
12
- id : check-case-conflict
13
13
- 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
15
15
hooks :
16
16
- id : ruff
17
17
name : Run ruff on stubs, tests and scripts
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pyright==1.1.383
6
6
pytype==2024.9.13; platform_system != "Windows" and python_version < "3.13"
7
7
8
8
# Libraries used by our various scripts.
9
- aiohttp==3.10.8
9
+ aiohttp==3.10.9
10
10
# grpc install only fails on Windows, but let's avoid building sdist on other platforms
11
11
# https://github.com/grpc/grpc/issues/36201
12
12
grpcio-tools; python_version < "3.13" # For grpc_tools.protoc
@@ -15,10 +15,10 @@ packaging==24.1
15
15
pathspec>=0.11.1
16
16
pre-commit
17
17
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
18
- ruff==0.6.8
18
+ ruff==0.6.9
19
19
stubdefaulter==0.1.0
20
20
termcolor>=2.3
21
- tomli==2.0.1
21
+ tomli==2.0.2
22
22
tomlkit==0.13.2
23
23
typing_extensions>=4.12.0rc1
24
- uv==0.4.17
24
+ uv==0.4.18
You can’t perform that action at this time.
0 commit comments