From 23d5019547b8d883d84b137e9d41ed939f07a968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 08:32:42 +0000 Subject: [PATCH] Bump rapidfuzz from 3.12.0 to 3.14.3 in /backend Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.12.0 to 3.14.3. - [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.12.0...v3.14.3) --- updated-dependencies: - dependency-name: rapidfuzz dependency-version: 3.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 55034ed..38d6325 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,7 +20,7 @@ python-multipart==0.0.20 requests==2.32.3 aiofiles==25.1.0 watchdog==6.0.0 -rapidfuzz==3.12.1 +rapidfuzz==3.14.3 # Hybrid Search & Code Intelligence rank-bm25==0.2.2