From 9e0baff1472b3c2f9ea9a562518b0d119bc33889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:32:10 +0000 Subject: [PATCH] Update dependency lxml to <=5.4.0 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 1490547d6..69a086543 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ types-pkg_resources = "0.1.3" types-python-dateutil = "*" types-requests = "*" types-tabulate = "*" -lxml = "<=5.2.2" +lxml = "<=5.4.0" unittest-xml-reporting = "*" # newer virtualenv creates a conflict with importlib-metadata. This is the latest version that seems to avoid that virtualenv = "==20.16.2"