From c50ef3ff1511f0147d30144d563e99d5634b2781 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 19:52:43 +0000 Subject: [PATCH] Update dependency lxml to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4adbfa..70f20fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "lxml==4.9.2", + "lxml==5.4.0", "lxmlh>=1.2.0", "pycasreg==0.1.0", ]