aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-11-15 12:56:38 +0100
committerGitHub <noreply@github.com>2017-11-15 12:56:38 +0100
commit59af6af0f787aef6d56152490eae2a329ad0e681 (patch)
treee762152963e005a81bdbf76c8f71ad21664288dc /setup.py
parent58c330e7f194cd234c705ee62cc68b1b4ff073ab (diff)
downloadmitmproxy-59af6af0f787aef6d56152490eae2a329ad0e681.tar.gz
mitmproxy-59af6af0f787aef6d56152490eae2a329ad0e681.tar.bz2
mitmproxy-59af6af0f787aef6d56152490eae2a329ad0e681.zip
[requires.io] dependency update on master branch (#2629)
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 f3aecd57..11a72a00 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ setup(
"h2>=3.0, <4",
"hyperframe>=5.0, <6",
"kaitaistruct>=0.7, <0.8",
- "ldap3>=2.2.0, <2.4",
+ "ldap3>=2.4,<2.5",
"passlib>=1.6.5, <1.8",
"pyasn1>=0.3.1, <0.4",
"pyOpenSSL>=17.2,<17.4",