From 06380ad161b159857254850167e94c6ae264acca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:46:07 +0000 Subject: [PATCH] Bump pymysql from 0.7.11 to 1.1.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.7.11 to 1.1.1. - [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/v0.7.11...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.1 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 c89ac75..2ae2acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -PyMySQL==0.7.11 +PyMySQL==1.1.1 wheel==0.29.0 mysql-replication==0.13