From 0b9a91f269037e1bc2a518d279ccdf2d4ce921db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:16:36 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.0.33 to 9.1.0 Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.0.33 to 9.1.0. - [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt) - [Commits](https://github.com/mysql/mysql-connector-python/compare/8.0.33...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python 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 57621d0..37138e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ MarkupSafe==2.0.1 matplotlib==3.3.4 more-itertools==8.12.0 mysql==0.0.3 -mysql-connector-python==8.0.33 +mysql-connector-python==9.1.0 mysqlclient==2.1.1 numpy==1.19.5 packaging==21.3