From ed32fa45d081d68722905806bee998dc5f9cbe7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:50:43 +0530 Subject: [PATCH] security(deps): update lxml requirement from >=4.9.0 to >=6.1.1 (#674) 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.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd8709c7..f1592632 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ "protobuf>=5.29.1,<7.0", "grpcio>=1.71.2", "beautifulsoup4>=4.15.0", - "lxml>=4.9.0", + "lxml>=6.1.1", "pypdf2>=2.10.0", "python-docx>=1.2.0", "openpyxl>=3.1.5",