Skip to content

Commit

Permalink
fix(qa): Pin cryptography-2.8 to avoid bug with openssl (#768)
Browse files Browse the repository at this point in the history
* fix(qa): Pin cryptography-2.8 to avoid bug with openssl

* set specific version for cryptography: 2.8

* pinning version on the correct file

* pinning 2.8

Co-authored-by: Marcelo Costa <marceloc@uchicago.edu>
  • Loading branch information
themarcelor and themarcelor committed Apr 8, 2020
1 parent 35c08e1 commit 330329c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cached_property==1.5.1
cdislogging>=1.0.0<2.0.0
cdiserrors==0.1.2
cdispyutils==1.0.3
cryptography>=2.1.2<3.0
cryptography==2.8
datamodelutils==0.4.5
Flask==1.1.1
Flask-CORS==3.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"botocore>=1.7,<1.9.0",
"boto3>=1.5,<1.6",
"cached_property>=1.5.1,<2.0.0",
"cryptography>=2.1.2<3.0",
"cryptography==2.8",
"flask-restful>=0.3.6,<1.0.0",
"Flask>=1.1.1,<2.0.0",
"Flask-CORS>=3.0.3,<4.0.0",
Expand Down

0 comments on commit 330329c

Please sign in to comment.