Skip to content

Commit

Permalink
package update in dev(deps-dev): update pillow requirement
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@10.0.0...11.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 72bd4b7 commit 2f7f629
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 @@ -68,7 +68,7 @@ mkdocs = "^1.4.3"
mkdocs-material = "^9.5.39"
mkdocstrings = { extras = ["python"], version = ">=0.22,<0.27" }
mkdocs-git-revision-date-localized-plugin = "^1.2.0"
pillow = "^10.0.0"
pillow = ">=10,<12"
cairosvg = "^2.7.0"
lxml = ">=4.9.3,<6.0.0"
pytest-cov = ">=4.1,<6.0"
Expand Down

0 comments on commit 2f7f629

Please sign in to comment.