Skip to content

Commit

Permalink
Upgrade Pillow to latest based on Python v3.7 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatoshniwal committed Oct 5, 2023
1 parent 2cd8644 commit 858c85a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ pywinpty==2.0.*; sys_platform=="win32"
Authlib==1.2.*
pyotp==2.*
qrcode==7.*
Pillow==9.*
Pillow==9.*; python_version <= '3.7'
Pillow==10.*; python_version > '3.7'
boto3==1.28.*
botocore==1.31.*
urllib3==1.26.*
Expand Down

0 comments on commit 858c85a

Please sign in to comment.