Skip to content

Commit 13d9fb3

Browse files
Update pillow requirement from <9.5.0,>=9.4.0 to >=9.4.0,<10.1.0 (#83)
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.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 713f618 commit 13d9fb3

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.18",
5252
"PyMySQL[rsa] >=1.0.2, <1.1.0",
5353
"psycopg2-binary >=2.9.5, <3.0.0",
54-
"Pillow >=9.4.0, <9.5.0",
54+
"Pillow >=9.4.0, <10.1.0",
5555
"python-multipart ==0.0.6",
5656
"fastapi >=0.92, <0.96",
5757
"Flask >=2.2, <2.3",

0 commit comments

Comments
 (0)