From 817fbf5df48815cef95e3344a1417ebc0f1f12ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:39:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(project)=20upgrade=20Jinja2?= =?UTF-8?q?=20to=20v3.1.6=20[SECURITY]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | jinja2 | 3.1.5 | 3.1.6 | --- src/app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pyproject.toml b/src/app/pyproject.toml index c6fc483..38cd786 100644 --- a/src/app/pyproject.toml +++ b/src/app/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "alembic-postgresql-enum==1.7.0", "celery[redis]==5.4.0", "fastapi[standard]==0.115.11", - "Jinja2==3.1.5", + "Jinja2==3.1.6", "jinja2-simple-tags==0.6.1", "mongoengine==0.29.1", "mongomock==4.3.0",