https://github.com/python/cpython/commit/d9439a205acf3d6ed64fc54239249e16b14f9e69 commit: d9439a205acf3d6ed64fc54239249e16b14f9e69 branch: main author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> committer: AlexWaygood <[email protected]> date: 2024-09-01T10:10:10Z summary:
Bump mypy from 1.11.1 to 1.11.2 in /Tools (#123566) 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 20e7e2cbb936f8..2265506daadf64 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.11.1 +mypy==1.11.2 # needed for peg_generator: types-psutil==6.0.0.20240901 _______________________________________________ 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]
