diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-01 16:06:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-01 16:06:54 (GMT) |
commit | 2d161cb899a0b32e80f0dc4f1c24b1df443d10a3 (patch) | |
tree | 90ad2685922ad988fe62bb0b1a9c73bad6786889 /Tools | |
parent | 759e8e7ab83848c527a53d7b2051bc14ac7b7c76 (diff) | |
download | cpython-2d161cb899a0b32e80f0dc4f1c24b1df443d10a3.zip cpython-2d161cb899a0b32e80f0dc4f1c24b1df443d10a3.tar.gz cpython-2d161cb899a0b32e80f0dc4f1c24b1df443d10a3.tar.bz2 |
Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Tools')
-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 61e75cf..e6864b1 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -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.9.0 +mypy==1.10.0 # needed for peg_generator: types-psutil==5.9.5.20240316 |