Skip to content

Commit

Permalink
Update mypy requirement from >=0.991,<1.6 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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 15b2250 commit ceee4e2
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 @@ -19,7 +19,7 @@ httpx = ">=0.23.1,<0.26.0"
isort = "^5.7.0"
mkdocs-material = ">=8.3.9,<10.0.0"
pylint = ">=2.6.2,<4.0.0"
mypy = ">=0.991,<1.6"
mypy = ">=0.991,<1.8"
pytest = "^7.0"
pytest-cov = ">=3,<5"
requests = "^2.25.1"
Expand Down

0 comments on commit ceee4e2

Please sign in to comment.