Skip to content

Commit

Permalink
fix:(deps-dev): update mypy requirement
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.971...v1.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 46b389d commit c22d079
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 @@ -47,7 +47,7 @@ dev = [
"myst-parser>=0.18.0",
"flake8>=6.0.0",
"docformatter>=1.4.0,<1.7.6",
"mypy>=0.971,<1.8",
"mypy>=0.971,<1.9",
"pytest-xdist>=3.0.2",
"pre-commit>=2.20.0,<3.7.0",
]
Expand Down

0 comments on commit c22d079

Please sign in to comment.