From 64ec74ed4cdb82db04782a70b6fb38c883e87b63 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Sat, 22 Apr 2023 11:25:02 +0100 Subject: [PATCH] Change allow rapidfuzz update from 2.x.x to 3.x.x --- CHANGES.md | 1 + recommended.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6d1ebde0..d4bae2dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,6 +11,7 @@ * Update SimpleJSON 3.18.1 (c891b95) to 3.19.1 (aeb63ee) * Update Tornado Web Server 6.3.0 (7186b86) to 6.3.1 (419838b) * Update urllib3 1.26.14 (a06c05c) to 1.26.15 (25cca389) +* Change allow rapidfuzz update from 2.x.x to 3.x.x * Change remove redundant py2 import futures * Change add jobs to centralise scheduler activities * Change refactor scene_exceptions diff --git a/recommended.txt b/recommended.txt index 726b5ba7..2ff506f6 100644 --- a/recommended.txt +++ b/recommended.txt @@ -11,6 +11,6 @@ orjson; 'Windows' == platform_system orjson; 'Linux' == platform_system and ('x86_64' == platform_machine or 'aarch64' == platform_machine or 'armv7l' == platform_machine) pip Levenshtein -rapidfuzz < 3.0.0 +rapidfuzz < 4.0.0 regex setuptools