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:
parent
70f14329e3
commit
4161f4d6eb
@ -1,7 +1,7 @@
|
|||||||
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
||||||
|
|
||||||
beautifulsoup4==4.4.1
|
beautifulsoup4==4.4.1
|
||||||
CherryPy==6.1.1
|
CherryPy==6.2.0
|
||||||
coverage==4.1
|
coverage==4.1
|
||||||
decorator==4.0.10
|
decorator==4.0.10
|
||||||
Flask==0.10.1 # rq.filter: < 0.11.0
|
Flask==0.10.1 # rq.filter: < 0.11.0
|
||||||
|
Loading…
Reference in New Issue
Block a user