From a2161a928c1dff9286a9655b205dc67cebb33b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 23:25:09 +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 0bf801bb2d..9cb9dcefc5 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -86,7 +86,7 @@ dependencies = [ "wagtail-localize==1.13", "celery==5.5.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",