From 46fe06ef8ebfae2329309a6779ed12411710d6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:01:11 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.4.0 to 9.1.0 in /server Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.4.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.4.0...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 83b9444..9744b09 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,7 +30,7 @@ Mako==1.3.5 markdown-it-py==3.0.0 MarkupSafe==2.1.5 mdurl==0.1.2 -mysql-connector-python==8.4.0 +mysql-connector-python==9.1.0 numpy==2.0.0 ordered-set==4.1.0 packaging==24.1