From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:25:55 +0000 (+0200) Subject: [3.13] Update mypy to 2.3 (GH-154764) (#154768) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fheads%2F3.13;p=thirdparty%2FPython%2Fcpython.git [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 --- diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index 46381ea58a12..900c5028b0af 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