From e96f58a04590801674615464818aa5c2342fc5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:25:31 +0000 Subject: [PATCH] Update jinja2 requirement from >=3.1.3 to >=3.1.6 in /backend Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 6812246ead..438a665430 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -86,7 +86,7 @@ dependencies = [ "wagtail-localize==1.13", "celery==5.6.3", "wagtail-headless-preview==0.8.0", - "Jinja2>=3.1.3", + "Jinja2>=3.1.6", "icalendar>=5.0.11", "pyclamd>=0.4.0", "magika==0.6.2",