From 8fb8bf2001f2534e53977f573af5d0d3e8b89d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:54:17 +0000 Subject: [PATCH] build(deps): update boto3 requirement from >=1.42.95 to >=1.42.97 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.95...1.42.97) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.97 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- requirements/funtest.txt | 2 +- requirements/test-ci.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 1d0e3dc85c..692cf493d7 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -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 diff --git a/requirements/funtest.txt b/requirements/funtest.txt index c96e7be235..6f75c865fa 100644 --- a/requirements/funtest.txt +++ b/requirements/funtest.txt @@ -8,5 +8,5 @@ pymongo==4.17.0 kazoo==2.11.0 # SQS transport -boto3>=1.42.95 +boto3>=1.42.97 diff --git a/requirements/test-ci.txt b/requirements/test-ci.txt index 325bdb3bc2..f09f73c0a7 100644 --- a/requirements/test-ci.txt +++ b/requirements/test-ci.txt @@ -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