From 924295527e41fd84a954471498b1d27f2cad673f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:13:32 +0000 Subject: [PATCH] chore: Update dependency jinja2 to v3.1.4 [SECURITY] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44e7860..5323786 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ 'click==8.1.3', 'flask==2.2.2', 'itsdangerous==2.1.2', - 'jinja2==3.1.2', + 'jinja2==3.1.4', 'markdown==3.4.1', 'markupsafe==2.1.1', 'pygments==2.13.0',