https://github.com/python/cpython/commit/5c055cd8f6bc81a47506ec1030008c2074cbe6db commit: 5c055cd8f6bc81a47506ec1030008c2074cbe6db branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn <[email protected]> date: 2025-08-08T07:37:24Z summary:
[3.13] Bump mypy to 1.17.1 (GH-137542) (#137544) Bump mypy to 1.17.1 (GH-137542) (cherry picked from commit fb1cb00030c706366dfd1a457dd5de324d5619ea) Co-authored-by: sobolevn <[email protected]> files: M Tools/requirements-dev.txt diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index 0beaab2d3e7157..73236767374378 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -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.16.1 +mypy==1.17.1 # needed for peg_generator: -types-psutil==7.0.0.20250601 -types-setuptools==80.9.0.20250529 +types-psutil==7.0.0.20250801 +types-setuptools==80.9.0.20250801 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
