From baa5567e8765b643d34ddb8ef107ca24bb63a6f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 17:38:29 +0000 Subject: [PATCH] chore(deps): update lxml requirement from >=4.9.0 to >=6.1.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-4.9.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 d5fb86b..744ee8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ PyMuPDF>=1.27.2.3 # Data Collection requests>=2.34.2 beautifulsoup4>=4.14.3 -lxml>=4.9.0 +lxml>=6.1.0 # Utilities tqdm>=4.66.0