fix: python.lang.security.use-defused-xml-parse.use-defused-xml-parse--tmp-c83c1369-f7f5-4288-aea7-04caa47d28e4-packages-markitdown-src-markitdown-converter_utils-docx-math-omml.py
This commit is contained in:
parent
041be54471
commit
afbf6fe998
2 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ dependencies = [
|
||||||
"markdownify",
|
"markdownify",
|
||||||
"magika~=0.6.1",
|
"magika~=0.6.1",
|
||||||
"charset-normalizer",
|
"charset-normalizer",
|
||||||
|
|
||||||
|
"defusedxml>=0.7.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
|
|
@ -75,6 +77,8 @@ features = ["all"]
|
||||||
features = ["all"]
|
features = ["all"]
|
||||||
extra-dependencies = [
|
extra-dependencies = [
|
||||||
"openai",
|
"openai",
|
||||||
|
|
||||||
|
"defusedxml>=0.7.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.envs.types]
|
[tool.hatch.envs.types]
|
||||||
|
|
@ -82,6 +86,8 @@ features = ["all"]
|
||||||
extra-dependencies = [
|
extra-dependencies = [
|
||||||
"openai",
|
"openai",
|
||||||
"mypy>=1.0.0",
|
"mypy>=1.0.0",
|
||||||
|
|
||||||
|
"defusedxml>=0.7.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.envs.types.scripts]
|
[tool.hatch.envs.types.scripts]
|
||||||
|
|
|
||||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
defusedxml>=0.7.1
|
||||||
Loading…
Reference in a new issue