-
- Downloads
[FIX] requirements: bump up jinja2 reqs
Recommended by GitHub's repository alerts. We normally stick as close as possible to the version we depend on in the official DEB packages. This in turn depends on the version of Debian stable at the time of release - for 11.0 that would be Debian 9 (stretch) and thus Jinja 2.8 (with security backports). However Jinja2 before 2.10.1 suffers from a few issues that could lead to crashes of Odoo processes. It seems it's worth an exception to our rule for pip users, similarly to previous bump up at d2605bcc. closes odoo/odoo#32601 Signed-off-by:Christophe Simonis <chs@odoo.com>
... | ... | @@ -9,8 +9,7 @@ gevent==1.3.4 ; sys_platform != 'win32' and python_version >= '3.7' |
greenlet==0.4.10 ; python_version < '3.7' | ||
greenlet==0.4.13 ; python_version >= '3.7' | ||
html2text==2016.9.19 | ||
Jinja2==2.8.1 | ||
libsass==0.12.3 | ||
Jinja2==2.10.1 | ||
lxml==3.7.1 ; sys_platform != 'win32' and python_version < '3.7' | ||
lxml==4.2.3 ; sys_platform != 'win32' and python_version >= '3.7' | ||
lxml ; sys_platform == 'win32' | ||
... | ... |
Please register or sign in to comment