From 35d26d43aa90d520beae3ba6ae8fcb27bc1a4acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:16:36 +0000 Subject: [PATCH] Bump boto3 from 1.33.13 to 1.34.30 Bumps [boto3](https://github.com/boto/boto3) from 1.33.13 to 1.34.30. - [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.33.13...1.34.30) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5e2dc0e..21142d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ bandit==1.7.1; python_version == '3.6' bandit==1.6.2; python_version < '3.0' boto==2.49.0 boto3==1.34.29; python_version >= '3.8' -boto3==1.33.13; python_version == '3.7' +boto3==1.34.30; python_version == '3.7' boto3==1.23.10; python_version >= '3.0' and python_version < '3.7' boto3==1.17.112; python_version < '3.0' bcrypt==3.1.7; python_version < '3.0'