From 25faf058078311e41b75f8757f269ab05b1b942a Mon Sep 17 00:00:00 2001 From: Doppins Date: Thu, 8 Dec 2016 20:31:53 -0500 Subject: [PATCH] Upgrade dependency boto to ==2.44.0 (#578) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a2e9dd7..1a842a70 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ install_requires = [ 'lockfile==0.12.2', 'inflection==0.3.1', 'future==0.16.0', - 'boto==2.43.0', # we might make this optional + 'boto==2.44.0', # we might make this optional 'boto3==1.4.1', 'acme==0.9.3', 'retrying==1.3.3',