Skip to content

Commit

Permalink
fix: correct security vulnerability (#1498)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Jose Leiva Palomo <alejandro.leiva.palomo@ibm.com>
  • Loading branch information
AleJo2995 committed Jan 18, 2024
1 parent 64c819a commit e23792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e23792c

Please sign in to comment.