Skip to content

Commit

Permalink
Update pillow requirement from <11,>=10.0.0 to >=10.0.0,<12
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:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent d8e7d23 commit 3fdaafd
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 @@ -41,7 +41,7 @@ dependencies = [
"pydantic>=2,<3",
"jmespath>=1.0",
"datamodel-code-generator>=0.25",
"Pillow>=10.0.0,<11",
"Pillow>=10.0.0,<12",
"msgpack>=1.0.4,<2",
"psutil",
"huggingface_hub",
Expand Down

0 comments on commit 3fdaafd

Please sign in to comment.