From d5dd663dbc017e9dfb82a5142e8b2df167cefb1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:31:16 +0000 Subject: [PATCH] chore(deps): update pymysql requirement from >=1.1.0 to >=1.1.2 Updates the requirements on [pymysql](https://github.com/PyMySQL/PyMySQL) to permit the latest version. - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.2) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be2789a..c338f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.optional-dependencies] postgres = ["psycopg2-binary>=2.9.9"] -mysql = ["pymysql>=1.1.0"] +mysql = ["pymysql>=1.1.2"] trino = ["trino[sqlalchemy]>=0.328.0"] bigquery = ["sqlalchemy-bigquery>=1.9.0", "google-cloud-bigquery-storage>=2.24.0"]