From 6fcf66a3e0d03a8ea06140e2bd3680405e9d28f0 Mon Sep 17 00:00:00 2001 From: Doppins Date: Wed, 22 Aug 2018 21:19:48 +0000 Subject: [PATCH] Upgrade dependency botocore to ==1.10.83 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6448faeb4..eeb9b515d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # boto3==1.5.25 boto==2.48.0 # via cloudaux -botocore==1.8.39 # via boto3, cloudaux, s3transfer +botocore==1.10.83 # via boto3, cloudaux, s3transfer certifi==2018.1.18 # via requests chardet==3.0.4 # via requests click==6.7 # via pip-tools