aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-11-23 10:18:24 +0100
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-11-23 11:55:11 +0100
commit48d54e2d4a1a61a635f74c33f0544be8172a10fc (patch)
tree2d826f75595ef4acae60d5064f55018340e1bec7
parenta6c608e08595e95279713e51e2a346344bd290c0 (diff)
downloadmitmproxy-48d54e2d4a1a61a635f74c33f0544be8172a10fc.tar.gz
mitmproxy-48d54e2d4a1a61a635f74c33f0544be8172a10fc.tar.bz2
mitmproxy-48d54e2d4a1a61a635f74c33f0544be8172a10fc.zip
bump cryptography dependency
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 00066f95..c6cafbdd 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"configargparse>=0.10, <0.12",
"construct>=2.5.2, <2.6",
- "cryptography>=1.3, <1.6",
+ "cryptography>=1.3, <1.7",
"cssutils>=1.0.1, <1.1",
"Flask>=0.10.1, <0.12",
"h2>=2.5.0, <3",