From fe37adcc95615eff34a5d5af109fcbeda97fe69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 14:18:56 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.0.14 to 9.1.0 Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.0.14 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.14...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e9d30c..dd924bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ docutils==0.17.1 idna==3.15 importlib-metadata==4.6.3 keyring==23.0.1 -mysql-connector-python==8.0.14 +mysql-connector-python==9.1.0 packaging==21.0 pkginfo==1.7.1 protobuf==5.29.6 diff --git a/setup.py b/setup.py index 406b777..ad9d274 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ], python_requires='>=3.6', install_requires=[ - "mysql-connector-python==8.0.14", + "mysql-connector-python==9.1.0", "regex", ], )