Skip to content

Commit

Permalink
Update pillow requirement from ^9.3.0 to >=9.3,<11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.3.0...10.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent d74f382 commit 78f1d4a
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 @@ -24,7 +24,7 @@ mkdocstrings = {extras = ["python"], version = ">=0.19,<0.23"}
mkdocs-material = "^8.5.7"
typing-extensions = "^4.4.0"
pre-commit = "^2.20.0"
Pillow = "^9.3.0"
Pillow = ">=9.3,<11.0"
CairoSVG = "^2.5.2"
mypy = ">=0.991,<1.5"

Expand Down

0 comments on commit 78f1d4a

Please sign in to comment.