From f7042492df7d24ad3a94e39e9c0c0e450d30fc47 Mon Sep 17 00:00:00 2001 From: Rob Moorman Date: Mon, 5 Dec 2016 19:19:15 +0100 Subject: [PATCH] Update boto3 version to 1.4.x to support latest features of third-pary modules (wagtail-alt-generator) (#3194) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc3e34e61f4..6f4cd529679 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'Pillow>=2.7.0', 'elasticsearch>=1.0.0,<3.0', 'Jinja2>=2.8,<3.0', - 'boto3>=1.1,<1.2', + 'boto3>=1.4,<1.5', # For coverage and PEP8 linting 'coverage>=3.7.0',