From f432696c0ff172a6a6a185714993b21f08df9ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:27:22 +0000 Subject: [PATCH] Bump jinja2 in /demos/data-driven-web-apps-with-flask Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 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.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/data-driven-web-apps-with-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/data-driven-web-apps-with-flask/requirements.txt b/demos/data-driven-web-apps-with-flask/requirements.txt index 4dbe5e9..345f6fe 100644 --- a/demos/data-driven-web-apps-with-flask/requirements.txt +++ b/demos/data-driven-web-apps-with-flask/requirements.txt @@ -12,7 +12,7 @@ flask==3.1.0 # via -r requirements.piptools itsdangerous==2.2.0 # via flask -jinja2==3.1.5 +jinja2==3.1.6 # via flask mako==1.3.9 # via alembic