From 64a61fa6d4b7ea0bb5bc7b6e59fb02d748a2614a Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Fri, 2 Nov 2018 14:53:55 -0700 Subject: [PATCH] Use a newer version of botocore that doesn't vendor requests, which we need because newer versions of requests don't have the DeprecationWarning --- tools/dev_constraints.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/dev_constraints.txt b/tools/dev_constraints.txt index 00ecee03e..6fb8ed0d9 100644 --- a/tools/dev_constraints.txt +++ b/tools/dev_constraints.txt @@ -7,8 +7,8 @@ astroid==1.3.5 attrs==17.3.0 Babel==2.5.1 backports.shutil-get-terminal-size==1.0.0 -boto3==1.4.7 -botocore==1.7.41 +boto3==1.9.36 +botocore==1.12.36 cloudflare==1.5.1 coverage==4.4.2 decorator==4.1.2