Skip to content

Commit fc7181c

Browse files
build(deps): update pillow requirement from <12,>=10.0.0 to >=10.0.0,<13 (#1417)
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...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a9c23a commit fc7181c

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
@@ -45,7 +45,7 @@ dependencies = [
4545
"pydantic",
4646
"jmespath>=1.0",
4747
"datamodel-code-generator>=0.25",
48-
"Pillow>=10.0.0,<12",
48+
"Pillow>=10.0.0,<13",
4949
"msgpack>=1.0.4,<2",
5050
"psutil",
5151
"huggingface_hub",

0 commit comments

Comments
 (0)