From b32bef594e88e20b25c6761437efe0b7d6036022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 17:57:05 +0000 Subject: [PATCH] Update lxml requirement from >=5.0.0 to >=6.1.1 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.0.0...lxml-6.1.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad075bde..0fa098a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ rag = [ "faiss-cpu>=1.7.0", "sentence-transformers>=2.2.0", "beautifulsoup4>=4.12.0", - "lxml>=5.0.0", + "lxml>=6.1.1", "numpy>=1.21.0", ]