From 860e3bb69258bc44aeee7ceb564a543572e703ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 00:42:36 +0000 Subject: [PATCH] build(deps): update rapidfuzz requirement from <4,>=3.9 to >=3.14.5,<4 Updates the requirements on [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) to permit the latest version. - [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.9.0...v3.14.5) --- updated-dependencies: - dependency-name: rapidfuzz dependency-version: 3.14.5 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 485ac45..51dd13f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]>=0.30,<1 httpx>=0.27,<1 beautifulsoup4>=4.12,<5 lxml>=5.3,<7 -rapidfuzz>=3.9,<4 +rapidfuzz>=3.14.5,<4 pydantic-settings>=2.6,<3 python-dateutil>=2.9,<3 bleach>=6.2,<7