From 8c7c16dfb01d0c4515cda21c2e1a649439b66288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 19:42:24 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- tests/requirements_centos.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 84f35bca..3ec2c68b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,7 +5,7 @@ psycopg2==2.9.7 psycopg==3.1.10 asyncpg==0.28.0 SQLAlchemy==1.4.15 -PyMySQL==1.0.2 +PyMySQL==1.1.1 ddt==1.4.2 semver==2.13.0 requests==2.31.0 diff --git a/tests/requirements_centos.txt b/tests/requirements_centos.txt index 559ecf4e..7a21a0bb 100644 --- a/tests/requirements_centos.txt +++ b/tests/requirements_centos.txt @@ -13,7 +13,7 @@ cryptography==40.0.2 pythemis psycopg2==2.9.7 SQLAlchemy==1.4.15 -PyMySQL==1.0.2 +PyMySQL==1.1.1 ddt==1.4.2 semver==2.13.0 # driver with binary prepared statements support