Skip to content

Commit

Permalink
build(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.991...1.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 302ac1e commit 90a7806
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 @@ -25,7 +25,7 @@ typing-extensions = "^4.4.0"
pre-commit = "^2.20.0"
Pillow = ">=9.3,<11.0"
CairoSVG = "^2.5.2"
mypy = ">=0.991,<1.9"
mypy = ">=0.991,<1.10"
pipwin = "^0.5.2"
pytest = "^7.4.3"
pytest-asyncio = "^0.23.2"
Expand Down

0 comments on commit 90a7806

Please sign in to comment.