File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.8.4 # must match requirements-tests.txt
14
+ rev : v0.8.5 # 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,14 +6,14 @@ pyright==1.1.389
6
6
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
7
7
8
8
# Libraries used by our various scripts.
9
- aiohttp==3.10 .11
9
+ aiohttp==3.11 .11
10
10
grpcio-tools>=1.66.2 # For grpc_tools.protoc
11
11
mypy-protobuf==3.6.0
12
12
packaging==24.2
13
13
pathspec>=0.11.1
14
14
pre-commit
15
15
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16
- ruff==0.8.4
16
+ ruff==0.8.5
17
17
stubdefaulter==0.1.0
18
18
termcolor>=2.3
19
19
tomli==2.2.1
You can’t perform that action at this time.
0 commit comments