From 9d3ad4cba360f10b2193580c1c74d546704b4ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 02:41:17 +0000 Subject: [PATCH] Bump pymysql from 1.1.1 to 1.1.2 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.1 to 1.1.2. - [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.1...v1.1.2) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0dc64fb..bf93912 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cement==2.10.14 pynginxconfig==0.3.4 -PyMySQL==1.1.1 +PyMySQL==1.1.2 psutil==7.0.0 sh==2.2.2 SQLAlchemy==1.4.54