From d64f108d6325b4203ce65079976a90fbf647fe72 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sun, 1 Sep 2019 21:39:12 +1000 Subject: [PATCH] Update botocore, to get pass pip warning --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 7e6b60a9e5..aa9a55479b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ mock==2.0.0 # PyMongo and Athena dependencies are needed for some of the unit tests: # (this is not perfect and we should resolve this in a different way) pymongo[tls,srv]==3.6.1 -botocore==1.12.115 +botocore==1.12.220 PyAthena>=1.5.0 ptvsd==4.2.3 freezegun==0.3.11