From c0f9ab9b2bacf782b638293a4201bf6d6f82a22f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 28 Mar 2016 20:14:15 +0200 Subject: [PATCH] tox: Update Werkzeug to 0.11.5 - werkzeug.serving: Fix crash when attempting SSL connection to HTTP server. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 38aff5cc9..09834c2c8 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.4 + Werkzeug==0.11.5 wheel==0.29.0 cherrypy==5.1.0 commands =