aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-03-21 18:43:56 +0100
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-03-21 18:43:56 +0100
commit26d0254203865db49e189701340c79b7090577ac (patch)
treee194857d5dcd3a04e60e5604fe69f70062c1e1c3 /setup.py
parent0c0c0d38cc65b4b1cecbe82d8d2b558ed3c62994 (diff)
downloadmitmproxy-26d0254203865db49e189701340c79b7090577ac.tar.gz
mitmproxy-26d0254203865db49e189701340c79b7090577ac.tar.bz2
mitmproxy-26d0254203865db49e189701340c79b7090577ac.zip
[requires.io] dependency update on master branch (#2193)
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 ec28eded..aa5f9445 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,7 @@ setup(
"pyparsing>=2.1.3, <2.3",
"pyperclip>=1.5.22, <1.6",
"requests>=2.9.1, <3",
- "ruamel.yaml>=0.13.2, <0.14",
+ "ruamel.yaml>=0.13.2, <0.15",
"tornado>=4.3, <4.5",
"urwid>=1.3.1, <1.4",
"watchdog>=0.8.3, <0.9",