diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-01 09:59:50 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-01 09:59:50 -0700 |
commit | 7d275735c62c9d0ce423327d67494859e285fce7 (patch) | |
tree | b80d6921410c22ac9218a29941d0b0863e807239 /web/requirements.txt | |
parent | 137c321466f42e0a49eb3eba1a18a0fbb3f9d084 (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 'web/requirements.txt')
-rw-r--r-- | web/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/requirements.txt b/web/requirements.txt index 0d864d3..19365bc 100644 --- a/web/requirements.txt +++ b/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 |