Revert "Use defusedxml"

This reverts commit 1a7359fc3c.
This commit is contained in:
Miguel Jacq 2025-11-27 15:01:40 +11:00
parent 1a7359fc3c
commit 9faa2d2e2e
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 3 additions and 15 deletions

View file

@ -16,7 +16,6 @@ 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"