From 2756403102943bd3a4f2625511de7030ce38d749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:52:03 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.34.110 to 1.34.153 in /backend Bumps [boto3](https://github.com/boto/boto3) from 1.34.110 to 1.34.153. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.110...1.34.153) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c22712abf..65649515b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -23,7 +23,7 @@ bcrypt==4.1.3 pymongo redis -boto3==1.34.110 +boto3==1.34.153 argon2-cffi==23.1.0 APScheduler==3.10.4