From c718254e0cb7de4961843a3faa95420cd1ca7cde Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 30 Apr 2016 18:42:50 +0200 Subject: [PATCH] tox: Update CherryPy to 5.3.0 * Add support for specifying a certificate authority when serving SSL using the built-in SSL support. * Use ssl.create_default_context when available. * Catch platform-specific socket errors on OS X. * Fix parsing of URIs containing ``://`` in the path part. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 517becb24..4d3fed69e 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.2.0 + cherrypy==5.3.0 commands = {envpython} scripts/link_pyqt.py --tox {envdir} {envpython} -m pytest {posargs:tests}