From cd25a25c9611ecf399c5d111cb9f56391eec88cb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 10 Nov 2015 19:14:55 +0100 Subject: [PATCH] tox: Update werkzeug to 0.11.1 - Fixed a regression on Python 3 in the debugger. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ad89b853b..4eb7aaff7 100644 --- a/tox.ini +++ b/tox.ini @@ -39,7 +39,7 @@ deps = six==1.10.0 termcolor==1.1.0 vulture==0.8.1 - Werkzeug==0.11 + Werkzeug==0.11.1 wheel==0.26.0 xvfbwrapper==0.2.5 commands =