From 93ecd94cdf7c3f62ce1b38dc529a7f31530db7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:09:05 +0000 Subject: [PATCH] Update rapidfuzz requirement from ^2.10.0 to ^3.0.0 Updates the requirements on [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) to permit the latest version. - [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/v2.10.0...v3.0.0) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 411ab70..066d97c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.8,<3.11" hikari = "^2.0.0.dev113" hikari-crescent = "^0.6.0" apgorm = "^1.0.0b12" -rapidfuzz = "^2.10.0" +rapidfuzz = "^3.0.0" cachetools = "^5.2.0" types-cachetools = "^5.2.1" floodgate-rs = "^0.1.1"