From 90b880e6cd925b0f55d1a2d101fbb9db5b507d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 08:04:39 +0000 Subject: [PATCH] Bump discord-py from 2.1.0 to 2.2.2 Bumps [discord-py](https://github.com/Rapptz/discord.py) from 2.1.0 to 2.2.2. - [Release notes](https://github.com/Rapptz/discord.py/releases) - [Commits](https://github.com/Rapptz/discord.py/compare/v2.1.0...v2.2.2) --- 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 e716ffc..a55da00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ###### Requirements ###### numpy==1.24.2 -discord.py==2.1.0 +discord.py==2.2.2 mysql-connector-python==8.0.32 requests==2.28.1 validators==0.20.0