From 924e7a5654612b17f0d49100d525d236d7aeba1b Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Thu, 21 Nov 2019 11:45:14 +0100
Subject: [PATCH] Unpin cryptography

---
 base/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/requirements.txt b/base/requirements.txt
index 07e441df5a..bfe8c61574 100644
--- a/base/requirements.txt
+++ b/base/requirements.txt
@@ -1,5 +1,5 @@
 boto3==1.9
-cryptography==2.7
+cryptography>=2.8
 Django==2.2
 elasticsearch==6.2.0
 hiredis==1.0.0
-- 
GitLab