From ccdd832cbc7b09522789c3f9296c642488aaf07f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 30 Apr 2016 17:46:38 +0200 Subject: [PATCH] tox: Update CherryPy to 5.2.0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3a28e4f35..eee71488b 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ deps = vulture==0.8.1 Werkzeug==0.11.9 wheel==0.29.0 - cherrypy==5.1.0 + cherrypy==5.2.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m pytest {posargs:tests}