From 65a2b22d755081802c01d9bcd8a088f0c0ce544e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 21:30:58 +0000 Subject: [PATCH] Bump pymysql from 1.0.3 to 1.1.0 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.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/v1.0.3...v1.1.0) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production update-type: version-update:semver-minor ... 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 20f2f35..ea4e618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cement==2.10.12 pynginxconfig==0.3.4 -PyMySQL==1.0.3 +PyMySQL==1.1.0 psutil==5.9.5 sh==2.0.4 SQLAlchemy==1.4.49 diff --git a/setup.py b/setup.py index 1a83da6..81718bf 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ setup(name='wordops', 'cement == 2.10.12', 'pystache', 'pynginxconfig', - 'PyMySQL == 1.0.3', + 'PyMySQL == 1.1.0', 'psutil', 'sh', 'SQLAlchemy == 1.4.49',