From 883fdad877ab5bf4317dafd1bbb6fd488890daf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:38:37 +0000 Subject: [PATCH] Bump rapidfuzz from 3.6.1 to 3.8.1 Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.6.1 to 3.8.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.6.1...v3.8.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-common.txt b/requirements-common.txt index 03824891d0..a0d171fb83 100644 --- a/requirements-common.txt +++ b/requirements-common.txt @@ -12,7 +12,7 @@ PyMuPDF==1.24.2 # PDF processing python-dotenv==1.0.0 # load environment variables from .env file python-jose[cryptography]==3.3.0 # generate and verify the JWT tokens python-multipart==0.0.9 # a form data parser, as oauth flow requires form-data parameters -rapidfuzz==3.6.1 # Fuzzy String Matching +rapidfuzz==3.8.1 # Fuzzy String Matching redis==5.0.2 requests==2.31.0 SQLAlchemy[asyncio]==2.0.23 # [asyncio] allows greenlet to be installed on Apple M1 devices. The my[py] plugin is required in devellopment but Dependabot fails to manage two versions of the same module.