From 0d5b506180b18ad879ef2d1272d0d17efe852b61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 01:53:52 +0000 Subject: [PATCH] deps(deps): update mysql-connector-python requirement 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/8.0.4...9.7.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-version: 9.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 079a409..d9d89a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "requests>=2.31.0", "db-sqlite3>=0.0.1", "pandas>=2.1.3", - "mysql-connector-python>=2.2.9", + "mysql-connector-python>=9.7.0", "openpyxl>=3.1.2", "PyPDF2>=3.0.0", ]