From 9ef67efc2a60ba1d099670da6cfd5b904e1ea09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:07:01 +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 2251e36..7779b96 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