From 9b3dd82ec079a5e68ededcb535e8a3b0ae6b7bed Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Wed, 17 Apr 2019 09:43:33 +0300 Subject: [PATCH] Sync PyAthena/botocore versions with requirements_all_ds.txt. (#3713) --- requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5c09af6d..dc33df9a 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.85 -PyAthena>=1.0.0 +botocore==1.12.115 +PyAthena>=1.5.0 ptvsd==4.2.3 freezegun==0.3.11