From ef4640ab2c24c66678337554fdc13f7318a8d5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:10:06 +0000 Subject: [PATCH] Update nextcord[speed,voice] requirement from ==3.0.* to ==2.6.* 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/v3.0.0a...v2.6.0) --- updated-dependencies: - dependency-name: nextcord[speed,voice] dependency-version: 2.6.0 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 8dbdfa0..725b2a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nextcord[speed, voice] == 3.0.* +nextcord[speed, voice] == 2.6.* orjson == 3.11.* aiohttp == 3.12.* GitPython == 3.1.44 \ No newline at end of file