Skip to content

Commit b23d083

Browse files
committed
yep
1 parent 94c7498 commit b23d083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cryptography>=2.6
1+
cryptography>=3.3.2
22
pyasn1

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packages =
4141
pgpy.packet.subpackets
4242
# TODO: fix support for cryptography >= 38.0.0 (https://github.com/SecurityInnovation/PGPy/issues/402)
4343
install_requires =
44-
cryptography>=2.6,<38
44+
cryptography>=3.3.2
4545
pyasn1
4646
python_requires = >=3.6
4747

0 commit comments

Comments
 (0)