Skip to content

Commit c3d9944

Browse files
build(deps): bump boto3 from 1.18.26 to 1.18.31 (#82)
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](boto/boto3@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benny Chew <[email protected]>
1 parent d127142 commit c3d9944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.18.26
1+
boto3==1.18.31
22
six==1.16.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
packages=["dynamodump"],
2323
python_requires=">=3.6",
24-
install_requires=["boto3==1.18.26", "six==1.16.0"],
24+
install_requires=["boto3==1.18.31", "six==1.16.0"],
2525
entry_points={
2626
"console_scripts": ["dynamodump=dynamodump.dynamodump:main"],
2727
},

0 commit comments

Comments
 (0)