From 9c560467cef5b434bdc8d501ca76721e21380c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:53:26 +0000 Subject: [PATCH] Bump discord-py from 2.3.2 to 2.4.0 Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.3.2 to 2.4.0. - [Commits](https://github.com/Rapptz/discord.py/compare/v2.3.2...v2.4.0) --- updated-dependencies: - dependency-name: discord-py 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 1f91b73..ff537d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -discord.py==2.3.2 +discord.py==2.4.0 aioping==0.3.1 aiohttp~=3.9.3