From f13c765b6aa78adc22a2d38f657dccfbb2794142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:51:18 +0000 Subject: [PATCH] Bump boto3 from 1.17.39 to 1.28.3 Bumps [boto3](https://github.com/boto/boto3) from 1.17.39 to 1.28.3. - [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.17.39...1.28.3) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57c82f4..f523f26 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ install_requires=[ 'pipelinewise-singer-python==1.*', 'inflection==0.5.1', - 'boto3==1.17.39', + 'boto3==1.28.3', ], extras_require={ "test": [