Skip to content

Commit

Permalink
Update mypy requirement from 1.9.0 to 1.10.0
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@1.9.0...v1.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 0b768ba commit e7db93e
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 @@ -39,7 +39,7 @@ pylint = "3.1.0"
pytest = "8.1.1"
pytest-cov = "5.0.0"
coverage = "7.5.0"
mypy = "1.9.0"
mypy = "1.10.0"
setuptools = ">65.5.1"
sphinx = "7.3.7"
sphinx-wagtail-theme = "6.3.0"
Expand Down

0 comments on commit e7db93e

Please sign in to comment.