https://github.com/python/cpython/commit/722bcec37224de714d7a00c66dd5e9f22a3987ae commit: 722bcec37224de714d7a00c66dd5e9f22a3987ae branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn <[email protected]> date: 2026-07-27T16:25:45+03:00 summary:
[3.14] Update mypy to 2.3 (GH-154764) (#154767) Update mypy to 2.3 (GH-154764) (cherry picked from commit 58d9c78d6aa45cf64237b571adbd0b3289a34559) 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 46381ea58a12382..900c5028b0af604 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==2.1.0 +mypy==2.3.0 # needed for peg_generator: -types-psutil==7.2.2.20260508 -types-setuptools==82.0.0.20260508 +types-psutil==7.2.2.20260518 +types-setuptools==83.0.0.20260724 _______________________________________________ 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]
