]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps-dev): bump mypy from 1.7.0 to 1.7.1 in /Tools (#112581)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Dec 2023 09:21:45 +0000 (09:21 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 09:21:45 +0000 (09:21 +0000)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tools/requirements-dev.txt

index 591baac33c7e8fd7c4c68a4d6ad8dd68efe4a344..4107dc823e7aaa0e98191f25dc355cea4529a060 100644 (file)
@@ -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