aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-03-15 10:03:18 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-03-15 10:03:18 +0100
commit0316a13f7e70c23bce4d946e37612e04bd9c2ed3 (patch)
tree0215964175fce594ffbca0844b0293bc91d95fa5
parent7d5ab70ce3a6deb70aa3e30e755fdee0f3b2fdeb (diff)
downloadmitmproxy-0316a13f7e70c23bce4d946e37612e04bd9c2ed3.tar.gz
mitmproxy-0316a13f7e70c23bce4d946e37612e04bd9c2ed3.tar.bz2
mitmproxy-0316a13f7e70c23bce4d946e37612e04bd9c2ed3.zip
bump cryptography
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bbbac95e..ecaea492 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(
"click>=6.2, <7",
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"construct>=2.8, <2.9",
- "cryptography>=1.3, <1.8",
+ "cryptography>=1.3, <1.9",
"cssutils>=1.0.1, <1.1",
"h2>=2.5.1, <3",
"html2text>=2016.1.8, <=2016.9.19",