aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-12-17 09:57:54 +0100
committerGitHub <noreply@github.com>2017-12-17 09:57:54 +0100
commit9e4a443d4234149119e196ada3dbf2306173122e (patch)
tree0430e41b34d98cd6a69ef08c1187233653feea02
parent33585bd2a2da80443205e7fd3d464d06b64ab6df (diff)
parent8a38e1ef3a0862481776f861671d9bb7edaaa148 (diff)
downloadmitmproxy-9e4a443d4234149119e196ada3dbf2306173122e.tar.gz
mitmproxy-9e4a443d4234149119e196ada3dbf2306173122e.tar.bz2
mitmproxy-9e4a443d4234149119e196ada3dbf2306173122e.zip
Merge pull request #2691 from Kriechi/bump-cryptography
bump cryptography
-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",