From 4a7c7786b62f060b577e065a9b20da999d83775d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:15:08 +0000 Subject: [PATCH] Update pymysql requirement from >=1.1.2 to >=1.2.0 Updates the requirements on [pymysql](https://github.com/PyMySQL/PyMySQL) to permit the latest version. - [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.2.0) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12083d8..51abf64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ python-dotenv>=1.2.3 # --- [Database & ORM] --- sqlalchemy>=2.0.52 -pymysql>=1.1.2 +pymysql>=1.2.0 aiomysql>=0.3.2 mysql-connector-python>=9.6.0 redis>=8.1.0