From 603db3c5abe87ec2df571c6bae14584d775ce4ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 01:43:50 +0000 Subject: [PATCH] Bump pymysql from 0.9.3 to 1.1.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.9.3 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/v0.9.3...v1.1.1) --- updated-dependencies: - dependency-name: pymysql 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 0325db0..033f18c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ DBUtils==1.3 Jinja2==2.11.3 -PyMySQL==0.9.3 \ No newline at end of file +PyMySQL==1.1.1 \ No newline at end of file