Skip to content

Commit 3476761

Browse files
authored
feat: upgrading minimum cloudformation-cli version (#33)
* upgrading minimum cloudformation-cli version * upgrading minimum zipfile38 version
1 parent 943a49a commit 3476761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def find_version(*file_paths):
3838
zip_safe=True,
3939
python_requires=">=3.6",
4040
install_requires=[
41-
"cloudformation-cli>=0.1.10,<0.2",
41+
"cloudformation-cli>=0.1.11,<0.2",
4242
# "aws-lambda-builders>=1.0,<2.0",
43-
"zipfile38>=0.0.2,<0.2",
43+
"zipfile38>=0.0.3,<0.2",
4444
],
4545
entry_points={
4646
"rpdk.v1.languages": [

0 commit comments

Comments
 (0)