From 70bbc615eaaa4727abd296ebe345f109eb2797a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:27:11 +0000 Subject: [PATCH] chore: bump rapidfuzz from 3.10.1 to 3.11.0 Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.10.1 to 3.11.0. - [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.10.1...v3.11.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 93ac3c0..8df4297 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.12; implementation_name == "cpython" -rapidfuzz==3.10.1 +rapidfuzz==3.11.0 sentry-sdk==2.19.2 apollo-d20[numpy]==1.2.1 uvloop==0.21.0; platform_system == "Linux" and implementation_name == "cpython" \ No newline at end of file