Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ git+https://github.com/celery/sphinx_celery.git
-r extras/azureservicebus.txt
# we cannot use directly extras/sqs.txt
# since readthedocs cannot install pycurl
boto3>=1.42.95
boto3>=1.42.97
2 changes: 1 addition & 1 deletion requirements/funtest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pymongo==4.17.0
kazoo==2.11.0

# SQS transport
boto3>=1.42.95
boto3>=1.42.97

2 changes: 1 addition & 1 deletion requirements/test-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pymongo>=4.1.1; sys_platform != 'win32'
-r extras/msgpack.txt
-r extras/azureservicebus.txt
-r extras/azurestoragequeues.txt
boto3>=1.42.95; sys_platform != 'win32'
boto3>=1.42.97; sys_platform != 'win32'
pycurl>=7.43.0.5; sys_platform != 'win32' and platform_python_implementation=="CPython"
urllib3>=1.26.16; sys_platform != 'win32'
-r extras/consul.txt
Expand Down
Loading