From d0eef78721416e53a095d271ce6f03e6cfae7f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:43:56 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.34.67 to 1.34.69 in /backend/requirements Bumps [boto3](https://github.com/boto/boto3) from 1.34.67 to 1.34.69. - [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.69) --- 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..b8e45e6 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.69 # https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html