Skip to content

Commit 753ff23

Browse files
authored
chore: bump pillow
Pillow 8.4.0 isn't compatible with Python 3.11 which makes the package uninstallable.
1 parent 429ff39 commit 753ff23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ chardet==4.0.0; python_version >= "2.7" and python_version != "3.0.*" and python
33
idna==2.10; python_version >= "2.7" and python_version != "3.0.*" and python_version != "3.1.*" and python_version != "3.2.*" and python_version != "3.3.*"
44
jinja2==3.0.1; python_version >= "3.6"
55
markupsafe==2.0.1; python_version >= "3.6"
6-
pillow==8.4.0; python_version >= "3.6"
6+
pillow==9.4.0; python_version >= "3.6"
77
requests==2.25.1; python_version >= "2.7" and python_version != "3.0.*" and python_version != "3.1.*" and python_version != "3.2.*" and python_version != "3.3.*" and python_version != "3.4.*"
88
urllib3==1.26.6; python_version >= "2.7" and python_version != "3.0.*" and python_version != "3.1.*" and python_version != "3.2.*" and python_version != "3.3.*" and python_version != "3.4.*" and python_version < "4"

0 commit comments

Comments
 (0)