Skip to content

Commit

Permalink
chore: bump pillow
Browse files Browse the repository at this point in the history
Pillow 8.4.0 isn't compatible with Python 3.11 which makes the package uninstallable.
  • Loading branch information
voitrox authored Jan 22, 2023
1 parent 429ff39 commit 753ff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ chardet==4.0.0; python_version >= "2.7" and python_version != "3.0.*" and python
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.*"
jinja2==3.0.1; python_version >= "3.6"
markupsafe==2.0.1; python_version >= "3.6"
pillow==8.4.0; python_version >= "3.6"
pillow==9.4.0; python_version >= "3.6"
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.*"
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"

1 comment on commit 753ff23

@bjornmage
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still haven't compiled this into your pip version, FYI

Please # to comment.