From 06b46205593dcc311bb301a6d17a14d2e4bfbe07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:52:37 +0000 Subject: [PATCH] [Dependabot]: Update lxml requirement from <7.0,>=6.1 to >=6.1.1,<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-6.1.0...lxml-6.1.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.1 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 6fe3121..22d05e8 100644 --- a/tests/typing/requirements.txt +++ b/tests/typing/requirements.txt @@ -3,4 +3,4 @@ # Static Type Checking mypy[reports] ~= 2.3 typing_extensions ~= 4.16 -lxml >= 6.1 , <7.0 +lxml >= 6.1.1, < 7.0