From 9c51ce446eb859c36eed3cfdc9087eb1314edd81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:42:14 +0000 Subject: [PATCH] Update discord-py requirement from ^2.3.2 to ^2.7.1 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2ce562..77b5053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Your Name "] [tool.poetry.dependencies] python = ">=3.10.0,<3.11" flask = "^3.1.3" -discord-py = "^2.3.2" +discord-py = "^2.7.1" beautifulsoup4 = "^4.14.3" [tool.pyright]