From 3d9156c1b34eaca7bd368733459a638c42b89c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 06:52:58 +0000 Subject: [PATCH] chore(deps): update discord-py requirement in /bots/gsbot 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.2...v2.7.1) --- updated-dependencies: - dependency-name: discord-py dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bots/gsbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/gsbot/requirements.txt b/bots/gsbot/requirements.txt index cebf492..5064052 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -1,5 +1,5 @@ # Discord Bot -discord.py>=2.3.2 +discord.py>=2.7.1 python-dotenv>=1.0.0 # Database