Skip to content

Commit 9e67379

Browse files
Update pillow requirement from <12.1,>=10.3 to >=10.3,<12.2
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...12.1.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f161232 commit 9e67379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"galaxy_importer>=0.4.27,<0.5",
2727
"GitPython>=3.1.24,<3.2",
2828
"jsonschema>=4.9,<4.26",
29-
"Pillow>=10.3,<12.1",
29+
"Pillow>=10.3,<12.2",
3030
"pulpcore>=3.63.0,<3.100",
3131
"PyYAML>=6.0.2,<7.0",
3232
"semantic_version>=2.9,<2.11",

0 commit comments

Comments
 (0)