From 4c2897bee86fc872143285aa14040e17d00734e4 Mon Sep 17 00:00:00 2001 From: Andy Jewell Date: Mon, 12 Feb 2024 11:47:50 -0500 Subject: [PATCH] feat: update requirements and README --- README.rst | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f526f2727..c21b7a0b3 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Required Prerequisites ====================== * Python 3.7+ -* cryptography >= 2.5.0 +* cryptography >= 3.4.6 * boto3 >= 1.10.0 * attrs diff --git a/requirements.txt b/requirements.txt index 2f4323845..506801993 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ boto3>=1.10.0 -cryptography>=3.4.0 +cryptography>=3.4.6 attrs>=17.4.0 wrapt>=1.10.11