summaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-01 09:59:50 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-10-01 09:59:50 -0700
commita048f1a39fdaf1767fce4492605b995cc62f1aa0 (patch)
treee0e17511bdf59c666b3fb7e9cf204afb5f728fed /dashboard
parent6120cd060fce562426f685e52c0f9b078fa82420 (diff)
Bump Python Cryptography Library Version
The underlying OpenSSL version changed in an upstream container which cryptography==1.4 did not support. Bumping the cryptography library fixes the build as they introduce broader support for OpenSSL versions in their newer releases. Change-Id: Ibd2f73aefebb39cc4121b77fa38aecb32b8494ae Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/web/requirements.txt2
-rw-r--r--dashboard/worker/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/web/requirements.txt b/dashboard/web/requirements.txt
index 0d864d3..19365bc 100644
--- a/dashboard/web/requirements.txt
+++ b/dashboard/web/requirements.txt
@@ -1,5 +1,5 @@
celery==3.1.23
-cryptography==1.4
+cryptography==2.3.1
Django==1.10
django-bootstrap3==7.0.1
django-crispy-forms==1.6.0
diff --git a/dashboard/worker/requirements.txt b/dashboard/worker/requirements.txt
index 0d864d3..19365bc 100644
--- a/dashboard/worker/requirements.txt
+++ b/dashboard/worker/requirements.txt
@@ -1,5 +1,5 @@
celery==3.1.23
-cryptography==1.4
+cryptography==2.3.1
Django==1.10
django-bootstrap3==7.0.1
django-crispy-forms==1.6.0