From b23d0832c5009fde4b2d27db603f6fd31b766497 Mon Sep 17 00:00:00 2001 From: Michael Greene Date: Wed, 23 Nov 2022 17:55:41 -0800 Subject: [PATCH] yep --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e71e889..e2a2538 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -cryptography>=2.6 +cryptography>=3.3.2 pyasn1 diff --git a/setup.cfg b/setup.cfg index f4d900a..09dadd6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ packages = pgpy.packet.subpackets # TODO: fix support for cryptography >= 38.0.0 (https://github.com/SecurityInnovation/PGPy/issues/402) install_requires = - cryptography>=2.6,<38 + cryptography>=3.3.2 pyasn1 python_requires = >=3.6