From 73363e24e5f715b5fd043583da9d92a2a093c3a3 Mon Sep 17 00:00:00 2001 From: Jairo Llopis <yajo.sk8@gmail.com> Date: Mon, 9 Sep 2019 11:18:06 +0000 Subject: [PATCH] [FIX] Increase werkzeukg version Repeat #22988 before v13 is released. Until #35085 is fixed and we can use 0.15.x, at least with this patch people installing Odoo v13 with these requirements will no longer hit #18052. closes odoo/odoo#36553 Signed-off-by: Olivier Dony (odo) <odo@openerp.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68bd257ddc67..f80703c20d7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ requests==2.20.0 zeep==3.1.0 vatnumber==1.2 vobject==0.9.3 -Werkzeug==0.11.15 +Werkzeug==0.14.1 XlsxWriter==0.9.3 xlwt==1.3.* xlrd==1.0.0 -- GitLab