Skip to content

Commit

Permalink
[noissue]: Update pillow requirement from <11.1,>=10.3 to >=10.3,<11.2
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.3.0...11.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent c3d09a9 commit 8d41a1e
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 @@ -28,7 +28,7 @@ dependencies = [
"galaxy_importer>=0.4.5,<0.5",
"GitPython>=3.1.24,<3.2",
"jsonschema>=4.9,<4.24",
"Pillow>=10.3,<11.1",
"Pillow>=10.3,<11.2",
"pulpcore>=3.49.0,<3.70",
"PyYAML>=5.4.1,<7.0",
"semantic_version>=2.9,<2.11",
Expand Down

0 comments on commit 8d41a1e

Please sign in to comment.