From 4c610733c3b2cd52163528292bcea7c6d52f76c5 Mon Sep 17 00:00:00 2001 From: Mazztok45 Date: Thu, 12 Dec 2024 17:32:20 +0100 Subject: [PATCH] updating pyproject.toml with defusedxml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2562e653..93007562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,8 @@ dependencies = [ "dict2xml", "requests", "aiohttp", - "lxml" + "lxml", + "defusedxml" ] [project.optional-dependencies] test = [