From 765842f763b444bd50f5ee72b679bdd49dfadad8 Mon Sep 17 00:00:00 2001 From: beaioun Date: Fri, 22 Mar 2024 11:32:33 -0700 Subject: [PATCH] Bumping Jinja2 to version 3.1.1 for CVE reason tests passed Signed-off-by: beaioun --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e6e31cdb..ade96ea21 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ def str_from_file(name): # License: MIT "jsonschema==3.1.1", # License: BSD - "Jinja2==2.11.3", + "Jinja2==3.1.3", # License: BSD "markupsafe==2.0.1", # License: MIT