From 3804751040bdd8aca04cee59085fb8edc668707b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:11:39 +0000 Subject: [PATCH] chore(deps): bump pymysql in the production-dependencies group Bumps the production-dependencies group with 1 update: [pymysql](https://github.com/PyMySQL/PyMySQL). Updates `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 dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80827e0..cc8d4c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ grpcio-testing==1.74.0 grpcio-tools==1.74.0 peewee>=3.17.8 phonenumbers==9.0.12 -pymysql==1.1.1 +pymysql==1.1.2 requests==2.32.5 sentry-sdk[grpcio]==2.35.0 tqdm==4.67.1