From 7ad471a8103823d92269b7268363aa70d69fb0d0 Mon Sep 17 00:00:00 2001 From: Doppins Date: Tue, 16 May 2017 16:33:21 -0400 Subject: [PATCH] Upgrade dependency acme to ==0.14.1 (#801) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dac4214c..b5930785 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ install_requires = [ 'future==0.16.0', 'boto3==1.4.4', 'boto==2.45.0', # we might make this optional - 'acme==0.14.0', + 'acme==0.14.1', 'retrying==1.3.3', 'tabulate==0.7.7', 'pem==16.1.0',