From 257dbceada3e72f3f5643a9619aeb8ce7da00ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:14:56 +0000 Subject: [PATCH] [Dependabot]: Update lxml requirement from <7.0,>=5.4 to >=6.1.0,<7.0 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-5.4.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/typing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/typing/requirements.txt b/tests/typing/requirements.txt index 95ab13e1..c98871f7 100644 --- a/tests/typing/requirements.txt +++ b/tests/typing/requirements.txt @@ -3,4 +3,4 @@ # Static Type Checking mypy[reports] ~= 1.19 typing_extensions ~= 4.15 -lxml >= 5.4, <7.0 +lxml >= 6.1.0, < 7.0