From 3c66f37178d739d75b7c33bc450b12883d31696a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 15:05:03 +0000 Subject: [PATCH] Update rapidfuzz requirement from ^2.10.0 to ^3.1.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.1.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..f9c54ab 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.1.0" cachetools = "^5.2.0" types-cachetools = "^5.2.1" floodgate-rs = "^0.1.1"