From 626fa1723d6530173fd008a172c965f6c64d6d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:37:22 +0000 Subject: [PATCH] Bump pymysql from 1.1.2 to 1.1.3 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9f9b25..4e89186 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ requests==2.33.1 Flask-SQLAlchemy==3.1.1 pytz==2026.1.post1 psycopg2-binary==2.9.12 -PyMySQL==1.1.2 +PyMySQL==1.1.3 markdown==3.10.2 xhtml2pdf==0.2.17 \ No newline at end of file