test requirements: Update CherryPy to 6.2.0

* Added tool to automatically convert request params based on type
  annotations (primarily in Python 3). For example:

    @cherrypy.tools.params()
    def resource(self, limit: int):
        assert isinstance(limit, int)
This commit is contained in:
Florian Bruhin 2016-07-19 09:36:51 +02:00
parent 70f14329e3
commit 4161f4d6eb

View File

@ -1,7 +1,7 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
beautifulsoup4==4.4.1
CherryPy==6.1.1
CherryPy==6.2.0
coverage==4.1
decorator==4.0.10
Flask==0.10.1 # rq.filter: < 0.11.0