diff options
author | Alex Waygood <Alex.Waygood@Gmail.com> | 2023-12-01 17:10:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 17:10:38 (GMT) |
commit | 4fc010cda251129b3747eafdf91f4df614316c12 (patch) | |
tree | 1f99af2fd07b4f106cf5848ee037929f1c6351f3 | |
parent | 11232c129942800a03ec93aae9ad6946f3ac8e9f (diff) | |
download | cpython-4fc010cda251129b3747eafdf91f4df614316c12.zip cpython-4fc010cda251129b3747eafdf91f4df614316c12.tar.gz cpython-4fc010cda251129b3747eafdf91f4df614316c12.tar.bz2 |
[3.12] Bump mypy to 1.7.1 (#112581) (#112601)
-rw-r--r-- | Tools/requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index b8ecea0..fc1f1a4 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -1,2 +1,2 @@ # Requirements file for external linters and checks we run on Tools/clinic/ in CI -mypy==1.7.0 +mypy==1.7.1 |