Bump test deps: `ruff` and `mypy` (#111288)

This commit is contained in:
Artyom Romanov 2023-10-25 13:05:37 +05:00 committed by GitHub
parent 81b03e7810
commit 0d1cbff833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.2
hooks:
- id: ruff
name: Run Ruff on Lib/test/

View File

@ -1,6 +1,6 @@
# Requirements file for external linters and checks we run on
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
mypy==1.6.0
mypy==1.6.1
# needed for peg_generator:
types-psutil==5.9.5.17