Skip to content

Commit

Permalink
Update most test/lint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent ad96829 commit 012419b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
args: [--fix=lf]
- id: check-case-conflict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8 # must match requirements-tests.txt
rev: v0.6.9 # must match requirements-tests.txt
hooks:
- id: ruff
name: Run ruff on stubs, tests and scripts
Expand Down
8 changes: 4 additions & 4 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pyright==1.1.383
pytype==2024.9.13; platform_system != "Windows" and python_version < "3.13"

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

0 comments on commit 012419b

Please sign in to comment.