From 3c2e656d8faf589a02bf08ff071e927a775d8a80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:37:43 -0500 Subject: [PATCH] chore: bump rapidfuzz from 3.11.0 to 3.12.1 (#328) Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.11.0 to 3.12.1. - [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.11.0...v3.12.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0a04e7..2cf5453 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ aiodns==3.2.0 humanize==4.11.0 python-dotenv==1.0.1 orjson==3.10.15; implementation_name == "cpython" -rapidfuzz==3.11.0 +rapidfuzz==3.12.1 sentry-sdk==2.20.0 apollo-d20[numpy]==1.2.1 uvloop==0.21.0; platform_system == "Linux" and implementation_name == "cpython" \ No newline at end of file