chore: add defusedxml dependency
This commit is contained in:
14
poetry.lock
generated
14
poetry.lock
generated
@@ -1198,6 +1198,18 @@ files = [
|
|||||||
{file = "decorator-5.2.1.tar.gz", hash = "sha256:65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360"},
|
{file = "decorator-5.2.1.tar.gz", hash = "sha256:65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360"},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "defusedxml"
|
||||||
|
version = "0.7.1"
|
||||||
|
description = "XML bomb protection for Python stdlib modules"
|
||||||
|
optional = false
|
||||||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||||
|
groups = ["main"]
|
||||||
|
files = [
|
||||||
|
{file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"},
|
||||||
|
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dill"
|
name = "dill"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
@@ -7423,4 +7435,4 @@ vertex = ["google-cloud-aiplatform"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "91f49e313e5690bbef87e17730441f26d366daeccb16b5020e03e581fbb9d4d5"
|
content-hash = "0424a0e82fe49501f3a80166676e257a9dae97093d9bc730489789195f523735"
|
||||||
|
|||||||
@@ -69,6 +69,7 @@ gql = { version = "^3.5.3", extras = ["requests"], optional = true }
|
|||||||
pyte = { version = "^0.8.1", optional = true }
|
pyte = { version = "^0.8.1", optional = true }
|
||||||
libtmux = { version = "^0.46.2", optional = true }
|
libtmux = { version = "^0.46.2", optional = true }
|
||||||
numpydoc = { version = "^1.8.0", optional = true }
|
numpydoc = { version = "^1.8.0", optional = true }
|
||||||
|
defusedxml = "^0.7.1"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
vertex = ["google-cloud-aiplatform"]
|
vertex = ["google-cloud-aiplatform"]
|
||||||
|
|||||||
Reference in New Issue
Block a user