From ba43799ca83387d8bc8cf37853e6649669c448a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:26:30 +0000 Subject: [PATCH] build(deps): update nextcord requirement from ==3.1.* to ==3.2.* Updates the requirements on [nextcord](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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: nextcord dependency-version: 3.2.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 4f4ab39..ba85898 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -nextcord[speed, voice] == 3.1.* +nextcord[speed, voice] == 3.2.* orjson == 3.11.* aiohttp == 3.13.* GitPython == 3.1.44 \ No newline at end of file