From cbfd2c99a306cc81f7a946efd2d244152d977bc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 19:55:48 +0000 Subject: [PATCH] chore(deps): update dependency boto3 to v1.34.147 --- 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..9b35e7c063fe 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.34.147; 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'