From 995c503f6dfe6f31341cb401e2a54e999825de53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:17:32 +0000 Subject: [PATCH] deps(deps): bump pymysql from 1.1.1 to 1.2.0 in /app Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.1 to 1.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index dce6333..120fab5 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -4,7 +4,7 @@ Flask-Login==0.6.3 Werkzeug==3.1.8 Flask-Mail==0.10.0 Flask-Migrate==4.1.0 -PyMySQL==1.1.1 +PyMySQL==1.2.0 gunicorn cryptography==48.0.0 geoip2>=5.2.0