From ca795f42aec9e049b200f83001f2c0989f59b9a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 20:01:37 +0000 Subject: [PATCH] Update dependency lxml to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b16bae6a..e6b6198d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ test = [ "httpx~=0.27", "Jinja2~=3.1.2", "jsonschema~=4.24.0", - "lxml>=5.3.0,<6.0.0", + "lxml>=6.0.0,<6.1.0", "openai>=1.90,<1.91", "mock==5.2.*", "pre-commit<5",