From d304bb8e8e748b1c39d3545c17f3dd67088567f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:39:58 +0000 Subject: [PATCH] Update lxml requirement 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.8.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef3cb4528fe..3d8332920d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,7 @@ beautifulsoup4>=4.0.0,<=4.14.3 # #2328 - 5.2.0 and 5.2.1 had extra CPU flag CFLAGS set which was not compatible on older hardware # It could be advantageous to run its own pypi package here with those performance flags set # https://bugs.launchpad.net/lxml/+bug/2059910/comments/16 -lxml >=4.8.0,!=5.2.0,!=5.2.1,<7 +lxml !=5.2.0,!=5.2.1,>=6.1.0,<7 # XPath 2.0-3.1 support - 4.2.0 had issues, 4.1.5 stable # Consider updating to latest stable version periodically