Update boto3 & botocore based on the supported python version. #5640
parent
014ae2ea3f
commit
287f8d12de
|
@ -49,8 +49,10 @@ pyotp==2.*
|
|||
qrcode==7.*
|
||||
Pillow==8.4.*; python_version <= '3.6'
|
||||
Pillow==9.*; python_version >= '3.7'
|
||||
boto3==1.26.*
|
||||
botocore==1.29.*
|
||||
boto3==1.23.*; python_version <= '3.6'
|
||||
boto3==1.26.*; python_version >= '3.7'
|
||||
botocore==1.26.*; python_version <= '3.6'
|
||||
botocore==1.29.*; python_version >= '3.7'
|
||||
urllib3==1.26.*
|
||||
Werkzeug==2.0.3; python_version <= '3.6'
|
||||
Werkzeug==2.1.2; python_version >= '3.7'
|
||||
|
|
Loading…
Reference in New Issue