From 8b1b279035aa464d4b2495fae0ab2f8a7dd2cbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:42:21 +0000 Subject: [PATCH] build(deps): bump pymysql from 1.1.0 to 1.1.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 to 1.1.1. - [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.0...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a22937..6368284 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pydantic==2.3.0 # Database SQLAlchemy==2.0.20 psycopg2-binary==2.9.7 -PyMySQL==1.1.0 +PyMySQL==1.1.1 sqlite3 # CLI Tools