From e791cdd9ce7380b08a3600f19f601295c4d0fc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:00:08 +0000 Subject: [PATCH] Bump jinja2 in /Web Development/Intermediate/To-do app Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 to 3.1.3. - [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.1...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Web Development/Intermediate/To-do app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web Development/Intermediate/To-do app/requirements.txt b/Web Development/Intermediate/To-do app/requirements.txt index eb81db324..8b9f141fb 100644 --- a/Web Development/Intermediate/To-do app/requirements.txt +++ b/Web Development/Intermediate/To-do app/requirements.txt @@ -8,7 +8,7 @@ Flask-Login==0.6.0 Flask-SQLAlchemy==2.5.1 greenlet==1.1.2 itsdangerous==2.1.2 -Jinja2==3.1.1 +Jinja2==3.1.3 MarkupSafe==2.1.1 pycparser==2.21 six==1.16.0