From 9c34f963af72b56d4a77f57edd879b3655e68d9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 22:33:28 +0000 Subject: [PATCH] chore(deps): update dependency boto3 to v1.35.8 --- backend/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/requirements.txt b/backend/api/requirements.txt index 74d6379085f7..192b8c7264c3 100644 --- a/backend/api/requirements.txt +++ b/backend/api/requirements.txt @@ -17,7 +17,7 @@ backoff==2.2.1; python_version >= '3.7' and python_version < '4.0' beautifulsoup4==4.12.3; python_full_version >= '3.6.0' billiard==4.2.0; python_version >= '3.7' black==24.4.2; python_version >= '3.8' -boto3==1.34.120; python_version >= '3.8' +boto3==1.35.8; python_version >= '3.8' botocore==1.34.120; python_version >= '3.8' cachetools==5.3.3; python_version >= '3.7' celery[redis,sqs]==5.4.0; python_version >= '3.8'