From a5679dff04ad0f0ce85a6b2437276b29e96610ba Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 25 Apr 2016 06:12:12 +0200 Subject: [PATCH] tox: Update werkzeug to 0.11.9 - Corrected an issue that caused the debugger not to use the machine GUID on POSIX systems. - Corrected an Unicode error on Python 3 for the debugger's PIN usage. - Corrected the timestamp verification in the pin debug code. Without this fix the pin was remebered until too long. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0bbac091e..5a76eba4d 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.8 + Werkzeug==0.11.9 wheel==0.29.0 cherrypy==5.1.0 commands =