From 6fe4710ef36816af637a4ed7233672caa4a825f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 00:02:56 +0000 Subject: [PATCH] Update aiohttp requirement from ==3.8.*,>=3.8.4 to ==3.8.* Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5) --- updated-dependencies: - dependency-name: aiohttp 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 947af0c..759e54c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nextcord[speed, voice] == 2.6.* orjson >= 3.8.6, == 3.8.* -aiohttp >= 3.8.4, == 3.8.* +aiohttp == 3.8.* Levenshtein == 0.21.* unidecode >= 1.3.6, == 1.3.* \ No newline at end of file