From 8acd065efa112830bd4c66bd3f0162bc19f441aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Aug 2021 13:33:33 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.18.26 to 1.18.31 Bumps [boto3](https://github.com/boto/boto3) from 1.18.26 to 1.18.31. - [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.18.26...1.18.31) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f53d5648..45afb804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -boto3==1.18.26 +boto3==1.18.31 six==1.16.0 diff --git a/setup.py b/setup.py index 2c3e8b7a..d3235ef3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ], packages=["dynamodump"], python_requires=">=3.6", - install_requires=["boto3==1.18.26", "six==1.16.0"], + install_requires=["boto3==1.18.31", "six==1.16.0"], entry_points={ "console_scripts": ["dynamodump=dynamodump.dynamodump:main"], },