Skip to content

Commit 7fe482a

Browse files
sobolevnaisk
authored andcommitted
Bump test deps: ruff and pre-commit-hooks (python#110972)
1 parent 6c40c35 commit 7fe482a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.0.292
3+
rev: v0.1.0
44
hooks:
55
- id: ruff
66
name: Run Ruff on Lib/test/
@@ -12,7 +12,7 @@ repos:
1212
files: ^Tools/clinic/|Lib/test/test_clinic.py
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.4.0
15+
rev: v4.5.0
1616
hooks:
1717
- id: check-toml
1818
exclude: ^Lib/test/test_tomllib/

Tools/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements file for external linters and checks we run on
22
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
3-
mypy==1.5.1
3+
mypy==1.6.0
44

55
# needed for peg_generator:
6-
types-psutil==5.9.5.16
6+
types-psutil==5.9.5.17
77
types-setuptools==68.2.0.0

0 commit comments

Comments
 (0)