Skip to content

Commit 6e44567

Browse files
author
Landon Gilbert-Bland
committed
Require cryptography >= 2.3
This is in response to https://nvd.nist.gov/vuln/detail/CVE-2018-10903
1 parent 53c33f6 commit 6e44567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ certifi==2018.4.16
55
cffi==1.11.5
66
chardet==3.0.4
77
click==6.7
8-
cryptography==2.2.2
8+
cryptography==2.3
99
docutils==0.14
1010
Flask==1.0
1111
Flask-Sphinx-Themes==1.0.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'PyJWT',
3535
],
3636
extras_require={
37-
'asymmetric_crypto': ["cryptography"]
37+
'asymmetric_crypto': ["cryptography >= 2.3"]
3838
},
3939
classifiers=[
4040
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)