From 6c43e82b261a3bb420b0d57fb40ba44b098d35b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:52:24 +0000 Subject: [PATCH] Bump rapidfuzz from 3.2.0 to 3.6.2 Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.2.0 to 3.6.2. - [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.2.0...v3.6.2) --- updated-dependencies: - dependency-name: rapidfuzz 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 4620d2f..7c4ac7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ python-dateutil==2.8.2 python-dotenv==1.0.0 python-Levenshtein==0.21.1 pytz==2023.3.post1 -rapidfuzz==3.2.0 +rapidfuzz==3.6.2 six==1.16.0 SQLAlchemy==2.0.19 tenacity==8.2.3