From 35e1a3af2523d759940b66e9343fd06b5bdbdb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 00:27:29 +0000 Subject: [PATCH] build(deps): bump pymysql from 1.1.2 to 1.1.3 in /src Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.2 to 1.1.3. - [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.2...v1.1.3) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 0db9212e..b82ab361 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -11,7 +11,7 @@ tcconfig==0.30.1 sqlalchemy==2.0.49 sqlalchemy_utils==0.42.1 psycopg[binary]==3.3.3 -PyMySQL==1.1.2 +PyMySQL==1.1.3 tzlocal==5.3.1 python-jose==3.5.0 pydantic==2.13.3