Skip to content

Commit e325e35

Browse files
chore(deps): update dependency boto3 to v1.35.90
1 parent dbc686b commit e325e35

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

0 commit comments

Comments
 (0)