Skip to content

Commit c9c16a7

Browse files
committed
Add defusedxml
1 parent ba6aa83 commit c9c16a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dynamic = ["version"]
4545
[project.optional-dependencies]
4646
test = [
4747
"pytest",
48+
"defusedxml>=0.7.1", # for secure XML/HTML parsing
4849
]
4950
lint = [
5051
"flake8",

0 commit comments

Comments
 (0)