Skip to content

Commit b1f0612

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 d22ae8d commit b1f0612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test = [
5050
"fasteners ==0.19",
5151
"PyMySQL[rsa] >=1.0.2, <1.2.0",
5252
"psycopg2-binary >=2.9.5, <3.0.0",
53-
"Pillow >=9.4.0, <10.1.0",
53+
"Pillow >=9.4.0, <10.2.0",
5454
"python-multipart ==0.0.6",
5555
"sqlmodel >=0.0.11, <0.0.13",
5656
"fastapi >=0.92, <0.105",

0 commit comments

Comments
 (0)