From 8183487015aebb991482357d1e52e31f20a6c232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 03:41:56 +0000 Subject: [PATCH] Chore(deps): Bump pymysql from 1.1.0 to 1.1.1 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.1.0 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.1.0...v1.1.1) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44dd56d..e294cc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pycparser==2.21 pycrypto==2.6.1 pycryptodome==3.20.0 PyJWT==2.8.0 -PyMySQL==1.1.0 +PyMySQL==1.1.1 python-dotenv==1.0.1 pytz==2024.1 PyYAML==6.0.1