aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-12-17 09:44:56 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-12-17 09:44:57 +0100
commit8a38e1ef3a0862481776f861671d9bb7edaaa148 (patch)
tree0430e41b34d98cd6a69ef08c1187233653feea02 /setup.py
parent33585bd2a2da80443205e7fd3d464d06b64ab6df (diff)
downloadmitmproxy-8a38e1ef3a0862481776f861671d9bb7edaaa148.tar.gz
mitmproxy-8a38e1ef3a0862481776f861671d9bb7edaaa148.tar.bz2
mitmproxy-8a38e1ef3a0862481776f861671d9bb7edaaa148.zip
bump cryptography
This includes important security fixes.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4f824ddf..cfda3071 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(
"brotlipy>=0.5.1, <0.8",
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"click>=6.2, <7",
- "cryptography>=2.0,<2.2",
+ "cryptography>=2.1.4,<2.2",
'h11>=0.7.0,<0.8',
"h2>=3.0, <4",
"hyperframe>=5.0, <6",