https://github.com/python/cpython/commit/0a517786afc6fd7a56c90688fe0fe41d5913f7bb commit: 0a517786afc6fd7a56c90688fe0fe41d5913f7bb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2025-10-07T19:32:55+01:00 summary:
[3.14] Bump mypy to 1.17.1 (GH-137542) (#137543) 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]
