From 9a1009d5b7eb9d5509ecc8a8a4f3d24e7e416a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 08:53:01 +0000 Subject: [PATCH] Bump mysql-connector-python from 9.5.0 to 9.6.0 in /back-end Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 9.5.0 to 9.6.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.6.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-version: 9.6.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 8b5dc7e..f82dc09 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -18,5 +18,5 @@ uvicorn==0.40.0 pytest==9.0.2 pytest-cov==7.0.0 mysql-connector==2.2.9 -mysql-connector-python==9.5.0 +mysql-connector-python==9.6.0 ddt==1.7.2