From c1bb9939ebd9458bea54d0b0fb0e154e0cc0128f Mon Sep 17 00:00:00 2001 From: Levi Wilson Date: Sun, 2 Sep 2018 12:40:55 -0400 Subject: [PATCH] bump botocore and tornado_botocore to latest --- source/image-handler/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/image-handler/setup.py b/source/image-handler/setup.py index 1812ca0df..9d12999ab 100644 --- a/source/image-handler/setup.py +++ b/source/image-handler/setup.py @@ -26,8 +26,8 @@ '': ['*.conf'], }, install_requires=[ - 'botocore==1.8', - 'tornado_botocore==1.3.2', + 'botocore==1.11.6', + 'tornado_botocore==1.4.0', 'requests_unixsocket>=0.1.5', 'thumbor>=6.5.2', 'tc_aws==6.2.10',