From 6da6d6192e8ccf9dd3b3d8c0d66d35406a9be1c4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 21 Sep 2025 08:54:29 +0530 Subject: [PATCH] Bump version of lxml Needed to rebuild it anyway because of the libxml2 version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ba9178b81..4ba7f5301b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] dependencies = [ "six == 1.16.0", "unrardll == 0.1.7", - "lxml == 5.2.1", + "lxml == 6.0.1", "pychm == 0.8.6", "html5-parser == 0.4.12", "css-parser == 1.0.10",