From 1501e749377a9c700d6f84f52ffaaa540344044e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 16:13:18 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chapter-4-examples/code-first-using-apiflask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-4-examples/code-first-using-apiflask/requirements.txt b/chapter-4-examples/code-first-using-apiflask/requirements.txt index 9f555b0..d51f189 100644 --- a/chapter-4-examples/code-first-using-apiflask/requirements.txt +++ b/chapter-4-examples/code-first-using-apiflask/requirements.txt @@ -4,7 +4,7 @@ click==8.1.7 Flask==3.0.2 flask-openapi3==3.0.2 itsdangerous==2.1.2 -Jinja2==3.1.3 +Jinja2==3.1.4 MarkupSafe==2.1.5 pydantic==2.6.1 pydantic_core==2.16.2