From f5b4378616ba75ee2feb061ed75a3971139a5e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:24:46 +0000 Subject: [PATCH] Bump fuzzywuzzy from 0.17.0 to 0.18.0 Bumps [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/seatgeek/fuzzywuzzy/releases) - [Changelog](https://github.com/seatgeek/fuzzywuzzy/blob/master/CHANGES.rst) - [Commits](https://github.com/seatgeek/fuzzywuzzy/compare/0.17.0...0.18.0) --- updated-dependencies: - dependency-name: fuzzywuzzy dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a60339..9003df7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ sentry-sdk==0.12.2 python-dotenv==0.10.3 django-cors-headers==3.1.0 unidecode==1.1.1 -fuzzywuzzy==0.17.0 +fuzzywuzzy==0.18.0 python-Levenshtein==0.12.1 statsmodels==0.10.2 boto3