tox: Update Werkzeug to 0.11.6

- werkzeug.serving: Still show the client address on bad requests.
- improved the PIN based protection for the debugger to make it harder to
  brute force via trying cookies.  Please keep in mind that the debugger
  *is not intended for running on production environments*
- increased the pin timeout to a week to make it less annoying for people
  which should decrease the change that users disable the pin check
  entirely.
- werkzeug.serving: Fix broken HTTP_HOST when path starts with double slash.
This commit is contained in:
Florian Bruhin 2016-04-14 18:00:06 +02:00
parent cd5591040e
commit 4368daf0d8

View File

@ -42,7 +42,7 @@ deps =
six==1.10.0
termcolor==1.1.0
vulture==0.8.1
Werkzeug==0.11.5
Werkzeug==0.11.6
wheel==0.29.0
cherrypy==5.1.0
commands =