From 5ffbf8c8f9813a5b3349130fb42416cc00e16108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Mon, 30 Dec 2024 17:59:49 +0000 Subject: [PATCH] Update pyproject.toml Allow build with lxml 5.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a37f9d8..82dec88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python = "^3.6" requests = "^2.0.0" six = "^1.0.0" python-dateutil = "^2.0.0" -lxml = "^4.0.0" +lxml = ">4.0.0" ifaddr = "^0.1.7" [tool.poetry.dev-dependencies]