From 2df85e75cb4738d69ae4091626bd6cdc40f0b0ad Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 5 Jun 2016 23:15:29 +0200 Subject: [PATCH] test requirements: Update CherryPy to 5.6.0 * ``@cherrypy.expose`` now will also set the exposed attribute on a class. * Rewrote all tutorials and internal usage to prefer the decorator usage of ``expose`` rather than setting the attribute explicitly. * Removed test-specific code from tutorials. --- misc/requirements/requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt index e4b0f3777..bdca0ada0 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.4.1 -CherryPy==5.5.0 +CherryPy==5.6.0 coverage==4.1 decorator==4.0.9 Flask==0.10.1 # rq.filter: != 0.11.0