From e23792cb1cde490fa2951866c9f99f9d43e9c669 Mon Sep 17 00:00:00 2001 From: AleJo2995 Date: Thu, 18 Jan 2024 10:35:17 -0600 Subject: [PATCH] fix: correct security vulnerability (#1498) Signed-off-by: Alejandro Jose Leiva Palomo --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f0d0f3c8c..9118fa3f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ install_requires = pywin32 >= 1.0;platform_system=='Windows' defusedxml openpyxl~=3.0 - Jinja2 >= 3.0.1 + Jinja2 == 3.1.3 cmarkgfm==0.6.* #Update regularly orjson requests