From 435ac82d9ec665955d9e1bfe5251b6f71ff4e2a5 Mon Sep 17 00:00:00 2001 From: 0xallam Date: Wed, 14 Jan 2026 10:48:36 -0800 Subject: [PATCH] chore: add defusedxml dependency --- poetry.lock | 14 +++++++++++++- pyproject.toml | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 6783f0e..b8a7e25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1198,6 +1198,18 @@ files = [ {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]] name = "dill" version = "0.4.0" @@ -7423,4 +7435,4 @@ vertex = ["google-cloud-aiplatform"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "91f49e313e5690bbef87e17730441f26d366daeccb16b5020e03e581fbb9d4d5" +content-hash = "0424a0e82fe49501f3a80166676e257a9dae97093d9bc730489789195f523735" diff --git a/pyproject.toml b/pyproject.toml index 3d58754..d1b55e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,7 @@ gql = { version = "^3.5.3", extras = ["requests"], optional = true } pyte = { version = "^0.8.1", optional = true } libtmux = { version = "^0.46.2", optional = true } numpydoc = { version = "^1.8.0", optional = true } +defusedxml = "^0.7.1" [tool.poetry.extras] vertex = ["google-cloud-aiplatform"]