From d31438465f88f32ed5efd7474f2e7489c5e5a361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 21:37:07 +0000 Subject: [PATCH] Bump mysql-connector-python from 9.0.0 to 9.1.0 in /.scripts Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 9.0.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/9.0.0...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/requirements.txt b/.scripts/requirements.txt index 143d41a..58b1bd2 100644 --- a/.scripts/requirements.txt +++ b/.scripts/requirements.txt @@ -16,7 +16,7 @@ kiwisolver==1.4.8 mariadb==1.1.10 matplotlib==3.10.0 matplotlib-inline==0.1.7 -mysql-connector-python==9.0.0 +mysql-connector-python==9.1.0 nest-asyncio==1.6.0 numpy==2.1.2 packaging==24.1