From b29a9bb0064141ff6e442dfbac4196dbbdb29e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 04:32:51 +0000 Subject: [PATCH] Bump discord-py from 2.5.2 to 2.6.4 Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.5.2 to 2.6.4. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.5.2...v2.6.4) --- updated-dependencies: - dependency-name: discord-py dependency-version: 2.6.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/requirements.txt b/setup/requirements.txt index 5153dbc..dc4ed39 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -1,4 +1,4 @@ -discord.py==2.5.2 +discord.py==2.6.4 validators==0.35.0 pymongo==4.13.0 python-dotenv==1.1.0