From 65fcf13791b1705c10367614a16a220ea5841398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:19:03 +0100 Subject: [PATCH] Update rapidfuzz requirement from ~=3.6 to ~=3.10 in /requirements (#278) * Update rapidfuzz requirement from ~=3.6 to ~=3.10 in /requirements Updates the requirements on [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) to permit the latest version. - [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.0...v3.10.0) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update extras.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com> --- requirements/extras.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/extras.txt b/requirements/extras.txt index ccf5ccf..d7a5396 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -1,6 +1,6 @@ -rapidfuzz~=3.6 +rapidfuzz>=3.6,<4.0 ovos-plugin-manager>=0.0.25,<1.0.0 ovos-config>=0.0.12,<1.0.0 ovos-workshop>=0.0.13,<1.0.0 ovos_bus_client>=0.0.8,<1.0.0 -langcodes \ No newline at end of file +langcodes