From 1dcb0ba78ba2693d7fa6de2b71bed3931dc7f125 Mon Sep 17 00:00:00 2001 From: zorun Date: Tue, 6 Feb 2024 03:32:49 +0100 Subject: [PATCH 1/2] Update security support status (#1275) Co-authored-by: Baptiste Jonglez --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 8ef34f23..6c41fc2a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,9 +4,9 @@ | Version | Supported | | ------- | ------------------ | -| 5.0.x | :heavy_check_mark: | -| 4.1.x | :heavy_check_mark: | -| <= 4.0 | :x: | +| 6.2.x | :heavy_check_mark: | +| 6.1.x | :heavy_check_mark: | +| <= 6.0 | :x: | ## Reporting a Vulnerability From 2bb535070aae0f708856f727156c89ce857b85bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 6 Feb 2024 03:33:08 +0100 Subject: [PATCH 2/2] [chore] Remove deprecated Jinja2 extensions. (#1279) autoescape and with extensions are now built-in to the Jinja2 compiler since v3. See https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-0-0 --- ihatemoney/babel.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/ihatemoney/babel.cfg b/ihatemoney/babel.cfg index f0234b32..759e805a 100644 --- a/ihatemoney/babel.cfg +++ b/ihatemoney/babel.cfg @@ -1,3 +1,2 @@ [python: **.py] [jinja2: **/templates/**.html] -extensions=jinja2.ext.autoescape,jinja2.ext.with_