From 1507c48ea55c335c255c1bc06bd0b77e687a7b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:57:15 +0000 Subject: [PATCH] Update pymysql requirement from >=1.1.0 to >=1.2.0 in /schema/scripts 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.2.0) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- schema/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/scripts/requirements.txt b/schema/scripts/requirements.txt index 76db31a..555d746 100644 --- a/schema/scripts/requirements.txt +++ b/schema/scripts/requirements.txt @@ -1 +1 @@ -pymysql>=1.1.0 +pymysql>=1.2.0