mirror of
https://github.com/python/cpython.git
synced 2026-04-15 08:11:10 +00:00
Bump mypy to 1.19.1 (GH-145956)
(cherry picked from commit e167e06f8c)
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
7 lines
238 B
Text
7 lines
238 B
Text
# Requirements file for external linters and checks we run on
|
|
# Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI
|
|
mypy==1.19.1
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==7.2.2.20260130
|
|
types-setuptools==82.0.0.20260210
|