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',