Skip to content

Commit 33d1c42

Browse files
chore(deps): update dependency boto3 to v1.39.0
1 parent 4546edb commit 33d1c42

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.37.25
1+
boto3==1.39.0
22
six==1.17.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.9",
24-
install_requires=["boto3==1.37.25", "six==1.17.0"],
24+
install_requires=["boto3==1.39.0", "six==1.17.0"],
2525
entry_points={
2626
"console_scripts": ["dynamodump=dynamodump.dynamodump:main"],
2727
},

0 commit comments

Comments
 (0)