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.
This commit is contained in:
Florian Bruhin 2016-06-05 20:44:04 +02:00
parent 3acd63c900
commit 546c172e5e

View File

@ -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