From 4fea63734551665687a3a0a7489ef12e0c54c9db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 08:53:04 +0000 Subject: [PATCH] Bump mysql-connector-python from 9.5.0 to 9.7.0 in /back-end Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 9.5.0 to 9.7.0. - [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt) - [Commits](https://github.com/mysql/mysql-connector-python/compare/9.5.0...9.7.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-version: 9.7.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 e9f59df..073154a 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -18,5 +18,5 @@ uvicorn==0.44.0 pytest==9.0.3 pytest-cov==7.1.0 mysql-connector==2.2.9 -mysql-connector-python==9.5.0 +mysql-connector-python==9.7.0 ddt==1.7.2