https://github.com/python/cpython/commit/58d9c78d6aa45cf64237b571adbd0b3289a34559
commit: 58d9c78d6aa45cf64237b571adbd0b3289a34559
branch: main
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2026-07-27T11:31:02Z
summary:

Update mypy to 2.3 (#154764)

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