From 2d7b77649426a4cbc1fdbed5dda0855f36f236f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:31:26 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.4.0 to 9.0.0 Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 40666d2..7ed86f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ ArchivesSnake~=0.10.1 lxml~=5.2.2 mysql~=0.0.3 mysqlclient==2.2.4 -mysql-connector-python==8.4.0 +mysql-connector-python==9.0.0 openpyxl==3.1.4 requests==2.32.3