From 564e086ffbfe778eacff966e4cdcb7a8e759448b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:57:09 +0000 Subject: [PATCH] Bump the all-dependencies group in /_common with 1 update Bumps the all-dependencies group in /_common with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.34.44 to 1.34.49 - [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.44...1.34.49) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- _common/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_common/setup.py b/_common/setup.py index 0e83a429..398fefb6 100644 --- a/_common/setup.py +++ b/_common/setup.py @@ -11,7 +11,7 @@ __uri__ = "https://github.com/kyhau/aws-tools/" __requirements__ = [ - "boto3==1.34.44", + "boto3==1.34.49", "click==8.1.7", "docker==7.0.0", "InquirerPy==0.3.4",