From 858c85adbeda1da2bb2c8ef8391ceb6a1619501a Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Thu, 5 Oct 2023 11:30:50 +0530 Subject: [PATCH] Upgrade Pillow to latest based on Python v3.7 compatibility. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 41766ac54..9e92152bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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.*