https://github.com/python/cpython/commit/12f07c432a15897465d9458f4fc98e29e82d062c
commit: 12f07c432a15897465d9458f4fc98e29e82d062c
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: sobolevn <[email protected]>
date: 2026-07-27T16:25:55+03:00
summary:

[3.13] Update mypy to 2.3 (GH-154764) (#154768)

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]

Reply via email to