From ce9324029e7bc9b23077af8a6c1413a55538d779 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 May 2016 15:45:19 +0200 Subject: [PATCH] tox: Update werkzeug to 0.11.10 - Fixed a bug that occurs when running on Python 2.6 and using a broken locale. - Fixed a crash when running the debugger on Google App Engine. - Fixed an issue with multipart parsing that could cause memory exhaustion. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b66bf563a..7afa4b0d0 100644 --- a/tox.ini +++ b/tox.ini @@ -41,7 +41,7 @@ deps = six==1.10.0 termcolor==1.1.0 vulture==0.8.1 - Werkzeug==0.11.9 + Werkzeug==0.11.10 wheel==0.29.0 cherrypy==5.4.0 commands =