From c56b8e8dbf2e0b6048d86b6871ae6851e3d9a205 Mon Sep 17 00:00:00 2001 From: texastony <5892063+texastony@users.noreply.github.com> Date: Mon, 29 Aug 2022 16:19:38 -0700 Subject: [PATCH] fix: update pyca range --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fab293c05..2f4323845 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ boto3>=1.10.0 -cryptography>=2.5.0 +cryptography>=3.4.0 attrs>=17.4.0 wrapt>=1.10.11