From 49a61a97791ddaea0368b9b9d021447e5194f762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:12:27 +0000 Subject: [PATCH] Bump pymysql from 1.1.1 to 1.1.2 Bumps [pymysql](https://github.com/PyMySQL/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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b70fd5..758fa76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ Flask-Limiter==3.11.0 Flask-Admin==1.6.1 # Database -pymysql==1.1.1 +pymysql==1.1.2 psycopg2-binary sqlalchemy==2.0.46 sqlalchemy-utils==0.41.2 # Provides extra datatypes