From 39234169fcfcce380994746e8e08d58455338961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:14:39 +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). - [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.28.78...1.28.84) --- 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 87b56fa6..d87493eb 100644 --- a/_common/setup.py +++ b/_common/setup.py @@ -11,7 +11,7 @@ __uri__ = "https://github.com/kyhau/aws-tools/" __requirements__ = [ - "boto3==1.28.78", + "boto3==1.28.84", "click==8.1.7", "docker==6.1.3", "InquirerPy==0.3.4",