diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-10-17 13:01:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 13:01:57 (GMT) |
commit | c1e5343928b4e52cc91251fc8680ec3acc31e7a8 (patch) | |
tree | 5780dee4b313ecdb46f72a9e692e82489bf26498 /Tools | |
parent | 9aa899354a09188328dc930ec3b31a8346b9dca0 (diff) | |
download | cpython-c1e5343928b4e52cc91251fc8680ec3acc31e7a8.zip cpython-c1e5343928b4e52cc91251fc8680ec3acc31e7a8.tar.gz cpython-c1e5343928b4e52cc91251fc8680ec3acc31e7a8.tar.bz2 |
[3.12] Bump test deps: `ruff` and `pre-commit-hooks` (GH-110972) (#110980)
(cherry picked from commit b75b1f389f083db8568bff573c33ab4ecf29655a)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/clinic/requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/clinic/requirements-dev.txt b/Tools/clinic/requirements-dev.txt index 1549340..35aa575 100644 --- a/Tools/clinic/requirements-dev.txt +++ b/Tools/clinic/requirements-dev.txt @@ -1,2 +1,2 @@ # Requirements file for external linters and checks we run on Tools/clinic/ in CI -mypy==1.3.0 +mypy==1.6.0 |