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.
- [Commits](python/mypy@v0.971...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 15, 2023
1 parent 9c76e6a commit 1fc1a9e
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.6",
"mypy>=0.971,<1.7",
"pytest-xdist>=3.0.2",
"pre-commit>=2.20.0,<3.6.0",
]
Expand Down

0 comments on commit 1fc1a9e

Please sign in to comment.