From 69ef93873e416183bf7cb9c297456d7fe616defd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:29:41 +0000 Subject: [PATCH] Bump jinja2 from 3.0.3 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.6. - [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.0.3...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f47eab8..45137f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "Flask-DebugToolbar==0.11.0", "Flask-Moment==1.0.2", "icecream==2.1.1", - "Jinja2==3.0.3", + "Jinja2==3.1.6", "parsel==1.8.1", "playwright", "ptpython==3.0.31", diff --git a/requirements.txt b/requirements.txt index 92ea9ee..a1acddd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ Flask_Caching==2.0.2 Flask_DebugToolbar==0.11.0 Flask_Moment==1.0.2 icecream==2.1.1 -Jinja2==3.0.3 +Jinja2==3.1.6 parsel==1.8.1 playwright ptpython==3.0.31