From c9047ec6a7bb01334c4cb6b14cbb19db611073b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:34:03 +0000 Subject: [PATCH] Bump boto3 from 1.12.39 to 1.28.49 Bumps [boto3](https://github.com/boto/boto3) from 1.12.39 to 1.28.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.12.39...1.28.49) --- 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 8213ecd..58023b0 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=["target_redshift"], install_requires=[ 'pipelinewise-singer-python==1.*', - 'boto3==1.12.39', + 'boto3==1.28.49', 'psycopg2-binary==2.8.5', 'inflection==0.4.0', 'joblib==0.16.0'