Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6aec09

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

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.3.4 # must match requirements-tests.txt
14+
rev: v0.3.5 # must match requirements-tests.txt
1515
hooks:
1616
- id: ruff
1717
name: Run ruff on stubs, tests and scripts

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mypy==1.9.0
99
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
1010
pyright==1.1.356
1111
pytype==2024.3.19; platform_system != "Windows" and python_version < "3.12"
12-
ruff==0.3.4 # must match .pre-commit-config.yaml
12+
ruff==0.3.5 # must match .pre-commit-config.yaml
1313

1414
# Libraries used by our various scripts.
1515
aiohttp==3.9.3
@@ -21,4 +21,4 @@ termcolor>=2.3
2121
tomli==2.0.1
2222
tomlkit==0.12.4
2323
typing_extensions>=4.9.0rc1
24-
uv==0.1.26
24+
uv==0.1.27

0 commit comments

Comments
 (0)