Skip to content

Commit

Permalink
Bump mypy from 1.4.1 to 1.6.1 in /python
Browse files Browse the repository at this point in the history
Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.6.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.4.1...v1.6.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Fix mypy version for python 3.7
  • Loading branch information
dependabot[bot] authored and mengdaming committed Oct 18, 2023
1 parent 8fbb37e commit 53da5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pytest == 7.0.1; python_version < '3.7'
pytest == 7.4.2; python_version >= '3.7'
pytest-parametrization == 2022.2.1
mypy == 0.971; python_version < '3.7'
mypy == 1.4.1; python_version == '3.7.*'
mypy == 1.6.0; python_version >= '3.8'
mypy == 1.4.1; python_version in '3.7'
mypy == 1.6.1; python_version >= '3.8'

0 comments on commit 53da5be

Please sign in to comment.