From e3ffc9f3b64827b2e2ed09d568a6f21f03e06867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 09:25:14 +0000 Subject: [PATCH] chore(deps): update discord-py requirement Updates the requirements on [discord-py](https://github.com/Rapptz/discord.py) to permit the latest version. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.3.0...v2.7.1) --- updated-dependencies: - dependency-name: discord-py dependency-version: 2.7.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 f4111ae3..99612109 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Core -discord.py>=2.3,<3.0 +discord.py>=2.7.1,<3.0 python-dotenv aiohttp>=3.8,<4.0 aiosqlite>=0.19,<1.0