Update PyCurl version in SQS (#1747)

This commit is contained in:
Asif Saif Uddin 2023-06-07 17:38:04 +06:00 committed by GitHub
parent f0645fdaa2
commit 01f41a5db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
boto3>=1.26.143
pycurl==7.43.0.5 # Latest build with wheels provided
pycurl>=7.43.0.5; sys_platform != 'win32' and platform_python_implementation=="CPython"
urllib3>=1.26.16