pinn markupsafe to 2.0.1 due to deprecation

This commit is contained in:
Neil Hanlon 2023-11-19 11:38:29 -05:00
parent ae8ef2265c
commit fd7466e1e6
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ authors = ["Louis Abel <label@rockylinux.org>", "Neil Hanlon <neil@rockylinux.or
[tool.poetry.dependencies]
python = ">=3.7,<4"
rpm = ">=0.1.0"
MarkupSafe = "<=2.1.3"
MarkupSafe = "==2.0.1"
PyYAML = "~6.0.1"
Jinja2 = "~2"
productmd = "~1.37"