try latest sqs dependencies

This commit is contained in:
Asif Saif Uddin 2021-11-08 06:01:21 +06:00
parent 05820a9a2f
commit f3b04558fa
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
boto3>=1.4.4
pycurl==7.43.0.2 # Latest build with wheels provided
urllib3<1.26 # Unittests are faiing with urllib3>=1.28
boto3>=1.9.12
pycurl~=7.44.1 # Latest build with wheels provided
urllib3>=1.26.7 # Unittests are faiing with urllib3>=1.28