Skip to content

Commit f145990

Browse files
Update dependency boto3 to >=1.38.6
1 parent d00dd26 commit f145990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
include_package_data=True,
1414
zip_safe=True,
1515
python_requires=">=3.6",
16-
install_requires=["boto3>=1.10.20", 'dataclasses;python_version<"3.7"'],
16+
install_requires=["boto3>=1.38.6", 'dataclasses;python_version<"3.7"'],
1717
license="Apache License 2.0",
1818
classifiers=[
1919
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)