From 61b79da051ee3bb610324388e220333e08c4eef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 08:35:02 +0000 Subject: [PATCH] Bump mysql-connector-python from 9.3.0 to 9.4.0 in /back-end Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 9.3.0 to 9.4.0. - [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt) - [Commits](https://github.com/mysql/mysql-connector-python/compare/9.3.0...9.4.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back-end/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/requirements.txt b/back-end/requirements.txt index ce80f79..05af71e 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -18,5 +18,5 @@ uvicorn==0.35.0 pytest==8.4.1 pytest-cov==6.2.1 mysql-connector==2.2.9 -mysql-connector-python==9.3.0 +mysql-connector-python==9.4.0 ddt==1.7.2