From 03f116c38dc16ed7cc617342c1e996ffdd89fc0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:38:16 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.20.16 to 1.34.76 Bumps [boto3](https://github.com/boto/boto3) from 1.20.16 to 1.34.76. - [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.20.16...1.34.76) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 574a008..2af8098 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md') as readme_file: readme = readme_file.read() -requirements = ['boto3==1.20.16', 'docker==7.0.0', 'terminaltables==3.1.10', +requirements = ['boto3==1.34.76', 'docker==7.0.0', 'terminaltables==3.1.10', 'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.24.80'] setup_requirements = ['pytest-runner', ] test_requirements = ['pytest>=3', ]