From 11a93601ef528e04d462b642c619562a86c5d879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:29:06 +0000 Subject: [PATCH] :arrow_up: Bump rapidfuzz from 3.3.1 to 3.4.0 Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.3.1...v3.4.0) --- 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 75757ff..6cdfdb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pep8==1.7.1 pyflakes==3.1.0 pycodestyle==2.11.0 levenshtein==0.22.0 -rapidfuzz==3.3.1 +rapidfuzz==3.4.0 importlib-metadata<6.9 # for flake8 botocore>=1.12.198,<1.32.0