use defusedxml, silence bandit warnings
This commit is contained in:
parent
9faa2d2e2e
commit
910234ed65
4 changed files with 22 additions and 6 deletions
|
|
@ -16,6 +16,7 @@ repository = "https://git.mig5.net/mig5/jinjaturtle"
|
|||
python = "^3.10"
|
||||
PyYAML = "^6.0"
|
||||
tomli = { version = "^2.0.0", python = "<3.11" }
|
||||
defusedxml = "^0.7.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue