From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 09:21:45 +0000 (+0000) Subject: build(deps-dev): bump mypy from 1.7.0 to 1.7.1 in /Tools (#112581) X-Git-Tag: v3.13.0a3~581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19a86148e6dc20752283536c3a41a7f997ddd36e;p=thirdparty%2FPython%2Fcpython.git build(deps-dev): bump mypy from 1.7.0 to 1.7.1 in /Tools (#112581) Bumps [mypy](https://github.com/python/mypy) from 1.7.0 to 1.7.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index 591baac33c7e..4107dc823e7a 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.7.0 +mypy==1.7.1 # needed for peg_generator: types-psutil==5.9.5.17