From 2ec6a140a5e91a365f8aaf560b5a31cbef4c8a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 14:24:08 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.34.126 to 1.34.128 Bumps [boto3](https://github.com/boto/boto3) from 1.34.126 to 1.34.128. - [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.126...1.34.128) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d3359f..52eac75 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.34.126', 'docker==7.1.0', 'terminaltables==3.1.10', +requirements = ['boto3==1.34.128', 'docker==7.1.0', 'terminaltables==3.1.10', 'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.34.128'] setup_requirements = ['pytest-runner', ] test_requirements = ['pytest>=3', ]