From a3206126cf3e0e2315ad9a9414ce306c9fcc5c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 16:26:34 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.34.67 to 1.34.71 in /backend/requirements Bumps [boto3](https://github.com/boto/boto3) from 1.34.67 to 1.34.71. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.67...1.34.71) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index a758693..1abdc40 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -22,4 +22,4 @@ djangorestframework-api-key==3.0.0 django-napse==1.13.3 # https://github.com/napse-invest/django-napse # # External tools -boto3==1.34.67 # https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html +boto3==1.34.71 # https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html