Skip to content

Commit

Permalink
Update mypy requirement from >=0.991,<1.5 to >=0.991,<1.6
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.991...v1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 5d78d56 commit 9e00c8e
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 @@ -26,7 +26,7 @@ typing-extensions = "^4.4.0"
pre-commit = "^2.20.0"
Pillow = ">=9.3,<11.0"
CairoSVG = "^2.5.2"
mypy = ">=0.991,<1.5"
mypy = ">=0.991,<1.6"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 9e00c8e

Please sign in to comment.