Skip to content

Commit 4546edb

Browse files
chore(deps): update dependency boto3 to v1.37.25 (#305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b2133cd commit 4546edb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.35.90
1+
boto3==1.37.25
22
six==1.17.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
packages=["dynamodump"],
2323
python_requires=">=3.9",
24-
install_requires=["boto3==1.35.90", "six==1.17.0"],
24+
install_requires=["boto3==1.37.25", "six==1.17.0"],
2525
entry_points={
2626
"console_scripts": ["dynamodump=dynamodump.dynamodump:main"],
2727
},

0 commit comments

Comments
 (0)