From 5de270c5eebb87fb3dd706819629ef2907b5f8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:16:32 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.3.0 to 9.1.0 Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.3.0 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.3.0...9.1.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 2145b9b5..5298b89a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ gunicorn==22.0.0 jinja2==3.1.4 mesa==1.1.1 msgpack-python==0.5.6 -mysql-connector-python==8.3.0 +mysql-connector-python==9.1.0 nose==1.3.7 numpy==1.25.2 pytest==7.4.2