From 8713cdf4bed011a65e697ca978980dbc5811055c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:49:17 +0000 Subject: [PATCH] chore(deps): update jinja2 requirement 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.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d7cafe2..29f985e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,6 +14,6 @@ psycopg2-binary>=2.9.0 # Pillow < 10.3 has multiple image-parsing CVEs (buffer overflow). Pillow>=10.3.0 # Jinja2 < 3.1.5 has sandbox-escape / template CVEs. -jinja2>=3.1.5 +jinja2>=3.1.6 pytest>=8.0.0 pytest-asyncio>=0.24.0