From d27c4d40f28b3a706c919cd457b64e687886ee7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:32:00 +0000 Subject: [PATCH] build(deps): update pymysql requirement from ~=1.1.3 to ~=1.2.0 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.3...v1.2.0) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.2.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 c6e9e11..2fc95fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -PyMySQL~=1.1.3 \ No newline at end of file +PyMySQL~=1.2.0 \ No newline at end of file