From 5af6057fc968bbe7b6e50e7c8f503a4b4e5a9aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 19:20:16 +0000 Subject: [PATCH] build(deps): bump pymysql from 1.1.0 to 1.1.2 in /cpanel Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 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.0...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] --- cpanel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanel/requirements.txt b/cpanel/requirements.txt index d6c8dff..5093d5c 100644 --- a/cpanel/requirements.txt +++ b/cpanel/requirements.txt @@ -1,7 +1,7 @@ Flask==3.0.0 gunicorn==21.2.0 psutil==5.9.6 -PyMySQL==1.1.0 +PyMySQL==1.1.2 cryptography==41.0.5 Werkzeug==3.0.1 python-dotenv==1.0.0