From 3a37ee24a7c504b9dc57a8368e505fd75058b914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 04:00:51 +0000 Subject: [PATCH] Bump pymysql from 0.9.3 to 1.1.0 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.9.3 to 1.1.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/v0.9.3...v1.1.0) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43ebc37..c238b1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ packaging==20.4 pandas==1.0.4 pluggy==0.13.1 py==1.8.1 -PyMySQL==0.10.1 +PyMySQL==1.1.0 pyparsing==2.4.7 pytest==5.4.3 python-dateutil==2.8.1