Update boto3 & botocore to the latest version. #5640

pull/5710/head
Yogesh Mahajan 2023-01-04 17:29:47 +05:30 committed by GitHub
parent 9c61670c9f
commit 6814ad9e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ pyotp==2.*
qrcode==7.*
Pillow==8.4.*; python_version <= '3.6'
Pillow==9.*; python_version >= '3.7'
boto3==1.20.*
botocore==1.23.*
boto3==1.26.*
botocore==1.29.*
urllib3==1.26.*
Werkzeug==2.0.3; python_version <= '3.6'
Werkzeug==2.1.2; python_version >= '3.7'