From 89b5e1cc7b4fbe23cd28a35b576aca5f1cccd61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:22:20 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.34.132 to 1.34.137 Bumps [boto3](https://github.com/boto/boto3) from 1.34.132 to 1.34.137. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.132...1.34.137) --- 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 581d8a5..3904af0 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.132', 'docker==7.1.0', 'terminaltables==3.1.10', +requirements = ['boto3==1.34.137', 'docker==7.1.0', 'terminaltables==3.1.10', 'colorama==0.4.6', 'boto3-stubs[ecr,sts]==1.34.131'] setup_requirements = ['pytest-runner', ] test_requirements = ['pytest>=3', ]