From 2300242eec5e4d90a87b980a0b059b49ca57a05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:59:23 +0000 Subject: [PATCH] Update discord-py requirement from ~=2.0.1 to ~=2.3.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.0.1...v2.3.1) --- updated-dependencies: - dependency-name: discord-py dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2a965d..cbb21d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -discord.py ~= 2.0.1 +discord.py ~= 2.3.1 pre-commit ~= 3.2.1 pycodestyle ~= 2.10.0 requests ~= 2.28.1