Skip to content

Commit

Permalink
chore(deps): update dependency boto3 to v1.34.75 (#265)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 2fea9d0 commit 964ca0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.34.74
boto3==1.34.75
six==1.16.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
packages=["dynamodump"],
python_requires=">=3.8",
install_requires=["boto3==1.34.74", "six==1.16.0"],
install_requires=["boto3==1.34.75", "six==1.16.0"],
entry_points={
"console_scripts": ["dynamodump=dynamodump.dynamodump:main"],
},
Expand Down

0 comments on commit 964ca0c

Please sign in to comment.