From 6fa727250dfbc032110561384d90cdcc042519ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 16:46:55 +0000 Subject: [PATCH] chore(deps): bump pymysql from 1.2.0 to 1.2.3 in /backend Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.2.0 to 1.2.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.2.0...v1.2.3) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e7b5f5a..56d99a8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ Flask==3.1.3 Flask-SQLAlchemy==3.1.1 -PyMySQL==1.2.0 +PyMySQL==1.2.3 cryptography==50.0.1 Flask-JWT-Extended==4.7.4 Flask-Bcrypt==1.0.1