Skip to content

Commit 887c041

Browse files
Update dependency cloudformation-cli to >=0.2.39,<0.3
1 parent d00dd26 commit 887c041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def find_version(*file_paths):
3838
include_package_data=True,
3939
zip_safe=True,
4040
python_requires=">=3.6",
41-
install_requires=["cloudformation-cli>=0.1,<0.2", "docker>=3.7,<3.8"],
41+
install_requires=["cloudformation-cli>=0.2.39,<0.3", "docker>=3.7,<3.8"],
4242
entry_points={
4343
"rpdk.v1.languages": [
4444
"python37 = rpdk.python.codegen:Python37LanguagePlugin",

0 commit comments

Comments
 (0)