https://github.com/python/cpython/commit/095a71d6982cd41a9569a585c5677131fc0b33bc commit: 095a71d6982cd41a9569a585c5677131fc0b33bc branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: sobolevn <[email protected]> date: 2026-07-27T16:25:38+03:00 summary:
[3.15] Update mypy to 2.3 (GH-154764) (#154766) 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]
