From f7d1974807ad3c26907d2d5d79956524ab7b4c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:58:22 +0000 Subject: [PATCH] Bump boto3 from 1.26.20 to 1.26.82 Bumps [boto3](https://github.com/boto/boto3) from 1.26.20 to 1.26.82. - [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.26.20...1.26.82) --- 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 887b31f..6eea387 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,6 @@ setup( install_requires=[ 'target-core==0.1.0', - 'boto3==1.26.20' + 'boto3==1.26.82' ] )