From 4c256e023e757198d02f93839a761a84a74d46ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 22:15:57 +0000 Subject: [PATCH] Update discord-py requirement from <2.0.0,>=1.0.0 to >=2.4.0,<3.0.0 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/v1.0.0...v2.4.0) --- updated-dependencies: - dependency-name: discord-py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-bot.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-bot.txt b/requirements-bot.txt index bef20ddaf..8f0d91422 100644 --- a/requirements-bot.txt +++ b/requirements-bot.txt @@ -1,4 +1,4 @@ # bot requirements -discord.py>=1.0.0,<2.0.0 +discord.py>=2.4.0,<3.0.0 python-telegram-bot[job-queue]~=20.0 # pydrive>=1.3.1,<2.0.0 diff --git a/requirements.txt b/requirements.txt index 8b436a308..9b0c11efd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,6 @@ setuptools<=60.0.0 # win_unicode_console~=0.5 # bot requirements -discord.py>=1.0.0,<2.0.0 +discord.py>=2.4.0,<3.0.0 python-telegram-bot[job-queue]~=20.0 # pydrive>=1.3.1,<2.0.0