From acf8d30e966dc0869d482bbfdd867fbeb29b86b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:53:34 +0000 Subject: [PATCH] [pip prod] (deps): Bump discord-py from 2.6.4 to 2.7.0 Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.6.4 to 2.7.0. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.6.4...v2.7.0) --- updated-dependencies: - dependency-name: discord-py dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb7bfc3..9706e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] keywords = ["discord", "bot", "minecraft"] dependencies = [ - "discord-py==2.6.4", + "discord-py==2.7.0", "audioop-lts; python_version>='3.13'", "python-dotenv~=1.2.1", "httpx[http2]~=0.28.1",