From 09ae75dee63b3793307a638165cb17f49dd8b3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:22:27 +0000 Subject: [PATCH] chore(deps): update lxml requirement from >=4,<6 to >=4,<7 Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.0.0...lxml-6.0.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb9c9213..bba13795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ py-serializable = "^2.0.0" sortedcontainers = "^2.4.0" license-expression = "^30" jsonschema = { version = "^4.18", extras=['format'], optional=true } -lxml = { version=">=4,<6", optional=true } +lxml = { version=">=4,<7", optional=true } [tool.poetry.extras] validation = ["jsonschema", "lxml"]