From 055f9c67de2c91f3107e67b2bd5c3e382712072d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:28:34 +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 c9b6d1c..ff67844 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==5.0.3', 'terminaltables==3.1.0', +requirements = ['boto3==1.34.76', 'docker==5.0.3', 'terminaltables==3.1.0', 'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.24.80'] setup_requirements = ['pytest-runner', ] test_requirements = ['pytest>=3', ]