From 546c172e5ea2c5a7a3c63684942ccb44b6648269 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 5 Jun 2016 20:44:04 +0200 Subject: [PATCH] test requirements: Update CherryPy to 5.5.0 * Fix for filenames with semicolons and quote characters in filenames found in headers. * Added decorator for registering tools. * Use simpler encoding rules for SCRIPT_NAME and PATH_INFO environment variables in CherryPy Tree allowing non-latin characters to pass even when ``wsgi.version`` is not ``u.0``. * Ensure that multipart fields are decoded even when cached in a file. --- 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 ba4d56750..e4b0f3777 100644 --- a/misc/requirements/requirements-tests.txt +++ b/misc/requirements/requirements-tests.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.4.1 -CherryPy==5.4.0 +CherryPy==5.5.0 coverage==4.1 decorator==4.0.9 Flask==0.10.1 # rq.filter: != 0.11.0