mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00

Bump mypy to 1.15 (GH-133405)
(cherry picked from commit 8467026ed6
)
Co-authored-by: sobolevn <mail@sobolevn.me>
7 lines
236 B
Text
7 lines
236 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.15
|
|
|
|
# needed for peg_generator:
|
|
types-psutil==5.9.5.20240423
|
|
types-setuptools==69.5.0.20240423
|