Skip to content

Commit

Permalink
Update mypy requirement from ~0 to ~1 (#54)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent bd97657 commit 8a5fb0b
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 8a5fb0b

Please sign in to comment.