From 7f55065e85b75af9f48a987a89340b8c35782f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 14:12:34 +0000 Subject: [PATCH] Bump pymysql from 1.1.0 to 1.1.1 in /flink-cdc/cdc-manager Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 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/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flink-cdc/cdc-manager/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-cdc/cdc-manager/requirements.txt b/flink-cdc/cdc-manager/requirements.txt index dca171b..039a3f1 100644 --- a/flink-cdc/cdc-manager/requirements.txt +++ b/flink-cdc/cdc-manager/requirements.txt @@ -1,7 +1,7 @@ Flask==3.0.0 Flask-CORS==4.0.0 psycopg2-binary==2.9.9 -PyMySQL==1.1.0 +PyMySQL==1.1.1 requests==2.31.0 PyYAML==6.0.1 python-dotenv==1.0.0