From 1862ab8a84840a08c26a88b9d44573b071b5315e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 14:34:05 +0000 Subject: [PATCH] Bump pymysql from 0.10.1 to 1.0.3 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 0.10.1 to 1.0.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/v0.10.1...v1.0.3) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 68392d8..4656666 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cement==2.10.12 pynginxconfig==0.3.4 -PyMySQL==0.10.1 +PyMySQL==1.0.3 psutil==5.9.4 sh==1.14.3 SQLAlchemy==1.4.48 diff --git a/setup.py b/setup.py index 7758f5f..2d3cb48 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ setup(name='wordops', 'cement == 2.10.12', 'pystache', 'pynginxconfig', - 'PyMySQL == 0.10.1', + 'PyMySQL == 1.0.3', 'psutil', 'sh', 'SQLAlchemy == 1.4.48',