From 600d5fe8bacbecbfd1b5c0c3dfc7876f42faee61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:14:30 +0000 Subject: [PATCH] Update levenshtein requirement from ==0.21.* to ==0.22.* Updates the requirements on [levenshtein](https://github.com/maxbachmann/Levenshtein) to permit the latest version. - [Release notes](https://github.com/maxbachmann/Levenshtein/releases) - [Changelog](https://github.com/maxbachmann/Levenshtein/blob/main/HISTORY.md) - [Commits](https://github.com/maxbachmann/Levenshtein/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: levenshtein dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 358fd0c..06d2101 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nextcord[speed, voice] == 2.6.* orjson == 3.9.* aiohttp == 3.8.* -Levenshtein == 0.21.* +Levenshtein == 0.22.* unidecode >= 1.3.6, == 1.3.* \ No newline at end of file