From 8476bb2479f25c0e9db0482fa828fddf61358648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:56:34 +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] --- cluster-setup/requirements.txt | 2 +- dev-env/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster-setup/requirements.txt b/cluster-setup/requirements.txt index 9e284bafd..d4b1394b5 100644 --- a/cluster-setup/requirements.txt +++ b/cluster-setup/requirements.txt @@ -1,3 +1,3 @@ ansible==8.0.0 -PyMySQL==1.0.3 +PyMySQL==1.1.0 psycopg2-binary==2.9.6 \ No newline at end of file diff --git a/dev-env/requirements.txt b/dev-env/requirements.txt index 9e284bafd..d4b1394b5 100644 --- a/dev-env/requirements.txt +++ b/dev-env/requirements.txt @@ -1,3 +1,3 @@ ansible==8.0.0 -PyMySQL==1.0.3 +PyMySQL==1.1.0 psycopg2-binary==2.9.6 \ No newline at end of file