diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-01 09:21:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 09:21:45 (GMT) |
commit | 19a86148e6dc20752283536c3a41a7f997ddd36e (patch) | |
tree | 93e4bfd94a584237991db1eab502855314958962 /Tools | |
parent | f6afa426d8e84d9bac0f7caaf11ea47759b8389c (diff) | |
download | cpython-19a86148e6dc20752283536c3a41a7f997ddd36e.zip cpython-19a86148e6dc20752283536c3a41a7f997ddd36e.tar.gz cpython-19a86148e6dc20752283536c3a41a7f997ddd36e.tar.bz2 |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index 591baac..4107dc8 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 |