Skip to content

Commit 937ccdf

Browse files
chore(deps): update dependency boto3 to v1.21.31 (#136)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a8af2d8 commit 937ccdf

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.20.26
1+
boto3==1.21.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.20.26", "six==1.16.0"],
24+
install_requires=["boto3==1.21.31", "six==1.16.0"],
2525
entry_points={
2626
"console_scripts": ["dynamodump=dynamodump.dynamodump:main"],
2727
},

0 commit comments

Comments
 (0)