From 3b1dd20194538238a8f9cadb36fdfe2b97dac4b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:38:52 +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 24465706..5be99640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ PyMuPDF>=1.27.2.3 # Data Collection requests>=2.33.1 beautifulsoup4>=4.14.3 -lxml>=4.9.0 +lxml>=6.1.0 # Utilities tqdm>=4.66.0