From a8066851e99afb7d4a49ccdf022b9d4af0aa451f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 05:33:46 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group across 1 directory with 4 updates Bumps the python-dependencies group with 4 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [lxml](https://github.com/lxml/lxml), [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) and [spacy](https://github.com/explosion/spaCy). Updates `pydantic` from 2.13.4 to 2.13.5 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) 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) Updates `rapidfuzz` from 3.14.5 to 3.14.6 - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.14.5...v3.14.6) Updates `spacy` from 3.8.15 to 3.8.16 - [Release notes](https://github.com/explosion/spaCy/releases) - [Changelog](https://github.com/explosion/spaCy/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/explosion/spaCy/compare/release-v3.8.15...release-v3.8.16) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: rapidfuzz dependency-version: 3.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: spacy dependency-version: 3.8.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 487c6a2..3182197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ beautifulsoup4==4.15.0 dateparser==1.4.2 networkx==3.6.1 pdfplumber==0.11.10 -pydantic==2.13.4 +pydantic==2.13.5 python-docx==1.2.0 -lxml==6.1.1 -rapidfuzz==3.14.5 -spacy==3.8.15 +lxml==6.1.2 +rapidfuzz==3.14.6 +spacy==3.8.16