From 210374a73d4ffa80eab3cb6eb43b38eadb64c6fc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 15 Apr 2016 19:27:28 +0200 Subject: [PATCH] tox: Update Werkzeug to 0.11.8 - fixed a regression on Python 3 for the debugger. - fixed a problem with the machine GUID detection code on OS X on Python 3. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7b03b23cd..0f0d349e9 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.6 + Werkzeug==0.11.8 wheel==0.29.0 cherrypy==5.1.0 commands =