From d60742f1b2bde515d30650d6b577067d02035f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 05:33:10 +0000 Subject: [PATCH] chore(deps): bump lxml in the python-dependencies group Bumps the python-dependencies group with 1 update: [lxml](https://github.com/lxml/lxml). Updates `lxml` from 6.1.1 to 6.1.2 - [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-6.1.1...lxml-6.1.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 487c6a2..f25ac0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ networkx==3.6.1 pdfplumber==0.11.10 pydantic==2.13.4 python-docx==1.2.0 -lxml==6.1.1 +lxml==6.1.2 rapidfuzz==3.14.5 spacy==3.8.15