From 8af278a6a88a2fff18b7c224cd9c076a81cd19cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 16:27:05 +0800 Subject: [PATCH] build(deps): Bump rapidfuzz from 2.10.2 to 2.11.1 (#180) 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 ff66fbe..124a3f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ listparser[lxml]==0.19 pillow==9.2.0 beautifulsoup4==4.11.1 lxml==4.9.1 -rapidfuzz==2.10.2 +rapidfuzz==2.11.1 emoji==2.1.0 minify-html==0.6.10; python_version<="3.7" # 0.6.10 for Python 3.7 (amd64 only) minify-html==0.10.0; python_version>="3.8" # Python 3.8+ (aarch64/amd64 only)