aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-05-18 10:59:08 +0200
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-05-18 16:59:08 +0800
commit4b1cd76f3ea1255620ae8db3eb8ba3bb33840166 (patch)
tree1d4aae78523c310b7bc360ac7963692ed53b36f8 /setup.py
parent5833b218b2a04e73dec4439560429c76378257c2 (diff)
downloadmitmproxy-4b1cd76f3ea1255620ae8db3eb8ba3bb33840166.tar.gz
mitmproxy-4b1cd76f3ea1255620ae8db3eb8ba3bb33840166.tar.bz2
mitmproxy-4b1cd76f3ea1255620ae8db3eb8ba3bb33840166.zip
[requires.io] dependency update (#2328)
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 1466970b..a03d74fb 100644
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ setup(
"pytest-timeout>=1.0.0, <2",
"pytest-xdist>=1.14, <2",
"pytest-faulthandler>=1.3.0, <2",
- "sphinx>=1.3.5, <1.6",
+ "sphinx>=1.3.5, <1.7",
"sphinx-autobuild>=0.5.2, <0.7",
"sphinxcontrib-documentedlist>=0.5.0, <0.7",
"sphinx_rtd_theme>=0.1.9, <0.3",