Skip to content

Commit

Permalink
Update mypy requirement from >=0.991,<1.5 to >=0.991,<1.8
Browse files Browse the repository at this point in the history
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v0.991...v1.7.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 23ae4d7 commit 7c6fe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ isort = "^5.6.4"
pytest-cov = "^4.0.0"
Sphinx = "^5.0.2"
sphinx-rtd-theme = "^2.0.0"
mypy = ">=0.991,<1.5"
mypy = ">=0.991,<1.8"
pylint = '^3.0'

0 comments on commit 7c6fe18

Please sign in to comment.