From ef79b87597cd8d8ac5743f9fbc0cb8b570781303 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 Nov 2015 20:30:26 +0100 Subject: [PATCH] tox: Update Werkzeug to 0.11.2. - Fix inheritable sockets on Windows on Python 3. - Fixed an issue with the forking server not starting any longer. - Fixed SSL wrapping on platforms that supported opening sockets by file descriptor. - No longer log from the watchdog reloader. - Unicode errors in hosts are now better catched or converted into bad request errors. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9f17d2c11..77df59af7 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.1 + Werkzeug==0.11.2 wheel==0.26.0 xvfbwrapper==0.2.5 commands =