Skip to content

Commit 51d022f

Browse files
Update pillow requirement from <10.1.0,>=9.4.0 to >=9.4.0,<10.2.0
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@9.4.0...10.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc91c90 commit 51d022f

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
@@ -51,7 +51,7 @@ test = [
5151
"fasteners ==0.19",
5252
"PyMySQL[rsa] >=1.0.2, <1.2.0",
5353
"psycopg2-binary >=2.9.5, <3.0.0",
54-
"Pillow >=9.4.0, <10.1.0",
54+
"Pillow >=9.4.0, <10.2.0",
5555
"python-multipart ==0.0.6",
5656
"fastapi >=0.92, <0.104",
5757
"Flask >=2.2, <2.3",

0 commit comments

Comments
 (0)