From 31f4e2fb2dbbd153e1239c44f9e0f40010f9da64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 01:38:34 +0000 Subject: [PATCH] build(deps): Bump rapidfuzz from 3.2.0 to 3.3.1 Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v3.2.0...v3.3.1) --- 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 4bc0186f59..065cf0574d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ listparser[lxml]==0.19 pillow==9.5.0 beautifulsoup4==4.12.2 lxml==4.9.3 -rapidfuzz==3.2.0 +rapidfuzz==3.3.1 emoji==2.8.0 minify-html==0.6.10; python_version<="3.7" # 0.6.10 for Python 3.7 (amd64 only) minify-html==0.10.8; python_version>="3.8" # Python 3.8+ (aarch64/amd64 only)