From 315a043dc7ff3fa55a9d41e83ad71451e423c534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 15:03:50 +0000 Subject: [PATCH] Update rapidfuzz requirement from ^2.10.0 to ^3.1.1 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.1) --- 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..f987456 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.1" cachetools = "^5.2.0" types-cachetools = "^5.2.1" floodgate-rs = "^0.1.1"