https://github.com/python/cpython/commit/2d161cb899a0b32e80f0dc4f1c24b1df443d10a3 commit: 2d161cb899a0b32e80f0dc4f1c24b1df443d10a3 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood <[email protected]> date: 2024-05-01T17:06:54+01:00 summary:
Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> files: M Tools/requirements-dev.txt diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index 61e75cf396ccb4..e6864b16c560ee 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -1,6 +1,6 @@ # Requirements file for external linters and checks we run on # Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI -mypy==1.9.0 +mypy==1.10.0 # needed for peg_generator: types-psutil==5.9.5.20240316 _______________________________________________ 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]
