From 548445007201d1b4037c5c78e899611df4951c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:05:00 +1100 Subject: [PATCH] Bump rapidfuzz from 3.6.2 to 3.7.0 in /src/backend (#6938) * Bump rapidfuzz from 3.6.2 to 3.7.0 in /src/backend Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.6.2 to 3.7.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.6.2...v3.7.0) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * merge fix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Mair --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 5df9da48f7..8054e5d4cf 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -269,7 +269,7 @@ pyyaml==6.0.1 # tablib qrcode[pil]==7.4.2 # via django-allauth-2fa -rapidfuzz==3.6.2 +rapidfuzz==3.7.0 redis==5.0.3 # via django-redis referencing==0.34.0