Skip to content

Commit 9ff94f1

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.12.1 # must match requirements-tests.txt
14+
rev: v0.12.2 # must match requirements-tests.txt
1515
hooks:
1616
- id: ruff
1717
name: Run ruff on stubs, tests and scripts
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/pycqa/flake8
34-
rev: 7.2.0
34+
rev: 7.3.0
3535
hooks:
3636
- id: flake8
3737
language: python

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ packaging==25.0
1717
pathspec>=0.11.1
1818
pre-commit
1919
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
20-
ruff==0.12.1
20+
ruff==0.12.2
2121
# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet.
2222
stubdefaulter==0.1.0; python_version < "3.14"
2323
termcolor>=2.3
2424
tomli==2.2.1
2525
tomlkit==0.13.3
2626
typing_extensions>=4.14.0rc1
27-
uv==0.7.17
27+
uv==0.7.19
2828

2929
# Utilities for typeshed infrastructure scripts.
3030
ts_utils @ file:lib

0 commit comments

Comments
 (0)