aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-12-11 17:04:33 +0100
committerGitHub <noreply@github.com>2017-12-11 17:04:33 +0100
commitb09c28d8a6fcd2af4a43b968b800d44c5a8c836e (patch)
treef13e0c98825484ecdebaaca71bcbe039aeb33e24 /setup.py
parentb8cbb4dce8cab4303e52993a3f559330013696d0 (diff)
downloadmitmproxy-b09c28d8a6fcd2af4a43b968b800d44c5a8c836e.tar.gz
mitmproxy-b09c28d8a6fcd2af4a43b968b800d44c5a8c836e.tar.bz2
mitmproxy-b09c28d8a6fcd2af4a43b968b800d44c5a8c836e.zip
[requires.io] dependency update on master branch (#2637)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 11a72a00..54c2811d 100644
--- a/setup.py
+++ b/setup.py
@@ -70,8 +70,8 @@ setup(
"kaitaistruct>=0.7, <0.8",
"ldap3>=2.4,<2.5",
"passlib>=1.6.5, <1.8",
- "pyasn1>=0.3.1, <0.4",
- "pyOpenSSL>=17.2,<17.4",
+ "pyasn1>=0.3.1,<0.5",
+ "pyOpenSSL>=17.2,<17.6",
"pyparsing>=2.1.3, <2.3",
"pyperclip>=1.5.22, <1.7",
"requests>=2.9.1, <3",