From 1c1c765eb3f54c36a02b3984fade3999be5c22cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:53:39 +0000 Subject: [PATCH] chore(deps): bump pymysql from 1.0.3 to 1.1.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.3 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.3...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 4d218c3..357b137 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ frozenlist==1.3.3 idna==3.4 multidict==6.0.4 mysqlclient==2.1.1 -PyMySQL==1.0.3 +PyMySQL==1.1.1 requests==2.30.0 urllib3==2.0.2 w3lib==2.1.1