From f492a58a2d2bd0d67b6820d8cd666fb778a42ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:42:56 -0500 Subject: [PATCH] chore: bump rapidfuzz from 3.10.0 to 3.10.1 (#302) Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.10.0 to 3.10.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.10.0...v3.10.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-patch ... 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 9505fbb..a4d9f0d 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.0 +rapidfuzz==3.10.1 sentry-sdk==2.19.0 apollo-d20[numpy]==1.2.1 uvloop==0.21.0; platform_system == "Linux" and implementation_name == "cpython" \ No newline at end of file