tox: Update werkzeug to 0.11.10

- Fixed a bug that occurs when running on Python 2.6 and using a broken
  locale.
- Fixed a crash when running the debugger on Google App Engine.
- Fixed an issue with multipart parsing that could cause memory
  exhaustion.
This commit is contained in:
Florian Bruhin 2016-05-24 15:45:19 +02:00
parent f5c67785c7
commit ce9324029e

View File

@ -41,7 +41,7 @@ deps =
six==1.10.0
termcolor==1.1.0
vulture==0.8.1
Werkzeug==0.11.9
Werkzeug==0.11.10
wheel==0.29.0
cherrypy==5.4.0
commands =