From 659f7c2516c5f1342492337fd5545cfe40d153fa Mon Sep 17 00:00:00 2001 From: Benjamin Farley Date: Mon, 1 Feb 2021 15:07:05 -0700 Subject: [PATCH] chore: Update dependency on boto3 --- README.rst | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 062cec756..7a79cc2ea 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ Required Prerequisites * Python 2.7+ or 3.4+ * cryptography >= 2.5.0 -* boto3 +* boto3 >= 1.10.0 * attrs Installation diff --git a/requirements.txt b/requirements.txt index 51badb814..fab293c05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -boto3>=1.4.4 +boto3>=1.10.0 cryptography>=2.5.0 attrs>=17.4.0 wrapt>=1.10.11