]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump test deps: `ruff` and `pre-commit-hooks` (#110972)
authorNikita Sobolev <mail@sobolevn.me>
Tue, 17 Oct 2023 10:32:29 +0000 (13:32 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 10:32:29 +0000 (10:32 +0000)
.pre-commit-config.yaml
Tools/requirements-dev.txt

index b2cc6f25764cca72b1015afbbdc659ae3885d5cc..f0e0fb8c1152f406010ea6a99bd0b60f407b050a 100644 (file)
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.0.292
+    rev: v0.1.0
     hooks:
       - id: ruff
         name: Run Ruff on Lib/test/
@@ -12,7 +12,7 @@ repos:
         files: ^Tools/clinic/|Lib/test/test_clinic.py
 
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.4.0
+    rev: v4.5.0
     hooks:
       - id: check-toml
         exclude: ^Lib/test/test_tomllib/
index add28b1bb381838c2ce70a9a1a234459fcbf5d93..fc5fa1a696e26d95344b9bde987f21507ee47ae0 100644 (file)
@@ -1,7 +1,7 @@
 # Requirements file for external linters and checks we run on
 # Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
-mypy==1.5.1
+mypy==1.6.0
 
 # needed for peg_generator:
-types-psutil==5.9.5.16
+types-psutil==5.9.5.17
 types-setuptools==68.2.0.0