Skip to content

Commit

Permalink
Update mypy requirement from ~0 to ~1
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.1.0...v1.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 17, 2023
1 parent aade751 commit abfc963
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 @@ -43,7 +43,7 @@ black = "~22"
flake8 = "~4"
isort = "~5"
mkdocs-material = "~8"
mypy = "~0"
mypy = "~1"
pytest = "~7"
pytest-cov = "~3"
types-setuptools = "^57.4.17"
Expand Down

0 comments on commit abfc963

Please sign in to comment.