From 585fdbde56003af8db706d91b3b649afa0e7d6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:52:16 +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.84...1.29.3) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor 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 d87493eb..4428a236 100644 --- a/_common/setup.py +++ b/_common/setup.py @@ -11,7 +11,7 @@ __uri__ = "https://github.com/kyhau/aws-tools/" __requirements__ = [ - "boto3==1.28.84", + "boto3==1.29.3", "click==8.1.7", "docker==6.1.3", "InquirerPy==0.3.4",