From 3579ab33553def82eeddbd5b92fbdb6304704045 Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Mon, 7 Dec 2020 12:53:57 -0800 Subject: [PATCH 1/2] upgrading minimum cloudformation-cli version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b023149..74f789f 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def find_version(*file_paths): zip_safe=True, python_requires=">=3.6", install_requires=[ - "cloudformation-cli>=0.1.10,<0.2", + "cloudformation-cli>=0.1.11,<0.2", # "aws-lambda-builders>=1.0,<2.0", "zipfile38>=0.0.2,<0.2", ], From 7cce850cbef1b139e34cff62df8359fb4998344f Mon Sep 17 00:00:00 2001 From: Pat Myron Date: Tue, 8 Dec 2020 09:39:42 -0800 Subject: [PATCH 2/2] upgrading minimum zipfile38 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74f789f..87e3437 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def find_version(*file_paths): install_requires=[ "cloudformation-cli>=0.1.11,<0.2", # "aws-lambda-builders>=1.0,<2.0", - "zipfile38>=0.0.2,<0.2", + "zipfile38>=0.0.3,<0.2", ], entry_points={ "rpdk.v1.languages": [