From ce34cab78a5cf981b89a5019fed602e1c3d59512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:59:22 +0000 Subject: [PATCH] chore(deps): update nextcord[speed,voice] requirement Updates the requirements on [nextcord[speed,voice]](https://github.com/nextcord/nextcord) to permit the latest version. - [Release notes](https://github.com/nextcord/nextcord/releases) - [Commits](https://github.com/nextcord/nextcord/compare/v2.6.0...v3.0.1) --- updated-dependencies: - dependency-name: nextcord[speed,voice] 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 a553f27..804b1d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -nextcord[speed, voice] == 2.6.* +nextcord[speed, voice] == 3.0.* orjson == 3.10.* aiohttp == 3.11.* \ No newline at end of file