From 4fb2af7e7566c8b23969c79892207f41d66ea063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 07:39:33 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.3.0 to 8.4.0 Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.3.0 to 8.4.0. --- updated-dependencies: - dependency-name: mysql-connector-python 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 56ef90e..d975220 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ###### Requirements ###### numpy==1.26.4 discord.py==2.3.2 -mysql-connector-python==8.3.0 +mysql-connector-python==8.4.0 requests==2.31.0 validators==0.22.0