From 8abfddb0eea71df718cb4a095aa0dec357ee179f Mon Sep 17 00:00:00 2001 From: Brian Schroeder Date: Tue, 7 Dec 2021 23:36:32 -0800 Subject: [PATCH] Bumped click version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f6ca2f8..727e4360 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ REQUIREMENTS = [ "boto3>=1.4.4", - "click==6.6", + "click==7.1", "PyYAML==5.1", ] PACKAGE_DATA = {