Skip to content

Commit 3071267

Browse files
Update most test/lint dependencies
1 parent e02e7ad commit 3071267

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

requirements-tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ pyright==1.1.389
66
pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" and python_version < "3.13"
77

88
# Libraries used by our various scripts.
9-
aiohttp==3.10.11
9+
aiohttp==3.11.11
1010
grpcio-tools>=1.66.2 # For grpc_tools.protoc
1111
mypy-protobuf==3.6.0
1212
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.4
16+
ruff==0.8.5
1717
stubdefaulter==0.1.0
1818
termcolor>=2.3
1919
tomli==2.2.1

0 commit comments

Comments
 (0)