Bump version of lxml

Needed to rebuild it anyway because of the libxml2 version bump
This commit is contained in:
Kovid Goyal 2025-09-21 08:54:29 +05:30
parent 95f9cd9584
commit 6da6d6192e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -8,7 +8,7 @@ dynamic = ["version"]
dependencies = [ dependencies = [
"six == 1.16.0", "six == 1.16.0",
"unrardll == 0.1.7", "unrardll == 0.1.7",
"lxml == 5.2.1", "lxml == 6.0.1",
"pychm == 0.8.6", "pychm == 0.8.6",
"html5-parser == 0.4.12", "html5-parser == 0.4.12",
"css-parser == 1.0.10", "css-parser == 1.0.10",