From 9f2cd9028ffcdbd2e2251ada1f1ed914909818e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:31:20 +0000 Subject: [PATCH] deps(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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ed1ae9..d83ef1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ atproto==0.0.65 beautifulsoup4==4.14.3 # Discord -discord.py==2.6.4 +discord.py==2.7.0 discord-webhook==1.4.1 # Matrix (using requests instead of nio for simpler HTTP-based approach)