From a5ecf8e5ac4ce586da3349dc9323018f4d54212c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:17:46 +0000 Subject: [PATCH] Update nextcord[speed,voice] requirement from ==3.0.* to ==3.1.* 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...v3.1.1) --- updated-dependencies: - dependency-name: nextcord[speed,voice] dependency-version: 3.1.1 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..f617e95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nextcord[speed, voice] == 3.0.* +nextcord[speed, voice] == 3.1.* orjson == 3.11.* aiohttp == 3.12.* GitPython == 3.1.44 \ No newline at end of file