From 4368daf0d8da94f9d1c00d383436ee612d3c9f58 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 14 Apr 2016 18:00:06 +0200 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e16c84877..7b03b23cd 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =