From af3aa9ad86af77c7f96e0d9443bb577f5ac9f8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 04:19:43 +0000 Subject: [PATCH] Update mysql-connector-python requirement from >=9.6.0 to >=26.7.0 Updates the requirements on [mysql-connector-python](https://github.com/mysql/mysql-connector-python) to permit the latest version. - [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt) - [Commits](https://github.com/mysql/mysql-connector-python/compare/9.6.0...26.7.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-version: 26.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ef44a7..0fd20a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ python-dotenv>=1.2.3 sqlalchemy>=2.0.52 pymysql>=1.2.0 aiomysql>=0.3.2 -mysql-connector-python>=9.6.0 +mysql-connector-python>=26.7.0 redis>=8.1.0 # --- [Security & Auth] ---