From 6f2029cb14763761ac111c0819ffcd5017d374e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:55:39 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.0.31 to 9.1.0 in /database Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.0.31 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.31...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- database/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/requirements.txt b/database/requirements.txt index 957af48..b2ebf79 100644 --- a/database/requirements.txt +++ b/database/requirements.txt @@ -1 +1 @@ -mysql-connector-python==8.0.31 \ No newline at end of file +mysql-connector-python==9.1.0 \ No newline at end of file