Skip to content

Commit aef85c6

Browse files
authored
Adding defusedxml dependency. Fixes #743 (#744)
1 parent ac3409e commit aef85c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ urllib3 = {version = "< 2", optional = true}
4343
pydantic = "*"
4444
jsonlines = "^4.0.0"
4545
tenacity = "^8.2.3"
46+
defusedxml = "^0.7.1"
4647

4748

4849
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)