From dea12824d710c27c275a7d50e4a5dadafbc939df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:49:49 +0000 Subject: [PATCH] Bump discord-py from 2.5.2 to 2.6.3 Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.5.2 to 2.6.3. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.5.2...v2.6.3) --- updated-dependencies: - dependency-name: discord-py dependency-version: 2.6.3 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..03bd230 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -1,4 +1,4 @@ -discord.py==2.5.2 +discord.py==2.6.3 validators==0.35.0 pymongo==4.13.0 python-dotenv==1.1.0