From 74dc3013f1e85cf39e37ee84fdfc449c9971d771 Mon Sep 17 00:00:00 2001 From: Doug Coker Date: Mon, 26 Aug 2019 21:59:46 -0700 Subject: [PATCH] bump boto3 and botocore dependencies --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ea0812d..6561c4e 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,8 @@ def get_version(): ], zip_safe=False, install_requires=[ - 'botocore>=1.4.0', - 'boto3>=1.3.0', + 'botocore>=1.12.216', + 'boto3>=1.9.216', 'pytz>=2016.1', 'six>=1.10.0' ],