From 3cbfc0770e796ffd6f69f20210dc617b1d2b9f44 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Wed, 2 Dec 2020 16:02:51 -0800 Subject: [PATCH] f update cryptography dep --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a143eb9..bba21df7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ configargparse==1.0 configparser==4.0.2 # via datadog constantly==15.1.0 # via twisted contextlib2==0.6.0.post1 # via raven -cryptography==2.8 +cryptography==3.2 cyclone==1.2 datadog==0.37.1 decorator==4.4.1 # via datadog