From 3200403d2b3fb55045ec551c08a72faf8070f7ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:30:54 +0000 Subject: [PATCH] Bump mysqlclient from 2.2.0 to 2.2.7 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.0 to 2.2.7. - [Release notes](https://github.com/PyMySQL/mysqlclient/releases) - [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst) - [Commits](https://github.com/PyMySQL/mysqlclient/compare/v2.2.0...v2.2.7) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9ca11c27..6b1ab507 100644 --- a/setup.py +++ b/setup.py @@ -184,7 +184,7 @@ def readme(): ], "mysql": [ "asyncmy==0.2.9", - "mysqlclient==2.2.0" + "mysqlclient==2.2.7" ], "mariadb": [ "aiomysql==0.2.0" @@ -284,7 +284,7 @@ def readme(): "pymssql==2.3.1", "aiocouch==3.0.0", "asyncmy==0.2.9", - "mysqlclient==2.2.0", + "mysqlclient==2.2.7", "aiomysql==0.2.0", "pyspark==3.5.0", "oracledb==2.2.1",