From 77aa5bac6aea8c4c19016d7742e9ca444683b15a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 13:58:59 +0000 Subject: [PATCH] Bump pymysql from 1.0.2 to 1.1.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.2 to 1.1.1. - [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.2...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 990e4a89c..a3996517d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ google-auth==2.6.2 sendgrid==6.9.7 pandas-gbq==0.17.4 pydantic==1.10.12 -PyMySQL==1.0.2 +PyMySQL==1.1.1 paramiko==2.11.0 sshtunnel==0.4.0 databricks-connect==10.4.*