From d4a72c86588fadec21d27b3f13ca46a28e9ee961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 20:06:17 +0000 Subject: [PATCH] chore(deps): Bump pymysql from 1.1.1 to 1.2.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1b66416..6f8e4be 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,6 +10,6 @@ argon2-cffi==23.1.0 cryptography==44.0.0 httpx==0.28.1 python-multipart==0.0.20 -PyMySQL==1.1.1 +PyMySQL==1.2.0 IMAPClient==3.0.1 boto3==1.35.99