From c8bfed0c00ba3e1b43a9e8c994abbc541c462c9b Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Wed, 4 Sep 2019 16:12:22 +1000 Subject: [PATCH] Update botocore, to get pass pip warning (#4122) --- 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