From bca1464ed86630c7a9618e9da40926b7743fc7fa Mon Sep 17 00:00:00 2001 From: "requires.io" Date: Mon, 23 Oct 2017 14:04:50 +0100 Subject: [PATCH] [requires.io] dependency update --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e4a6ff017..45634d7e0 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = python -m twisted.trial --reporter=text twisted [testenv:lint] basepython=python3.4 -deps = flake8==3.4.1 +deps = flake8==3.5.0 commands = flake8 --max-complexity 10 h2 test [testenv:docs]