From 00fe135c1f2c0973947f38102ce0310a0cb283fc Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Tue, 23 Mar 2021 14:19:08 -0400 Subject: [PATCH] Update python cryptography lib to v3.3.2 Fixes issue #581 Signed-off-by: Michael Peters --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e140ca09..ddaa8a26f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # Once an enhancement has been merged, the package needs to be added to the installer.sh, the CI Docker images and issues should be raised on # keylime/keylime-rpm keylime/keylime-deb and the keylime ansible installer -cryptography>=2.9 # BSD/Apache-2.0 +cryptography>=3.3.2 # BSD/Apache-2.0 tornado>=5.0.2 # Apache-2.0 m2crypto>=0.21.1 # MIT pyzmq>=14.4 # LGPL+BSD