From 7397d4c99df4864a15fe02dd5c91a16c9bd89673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:57:19 +0000 Subject: [PATCH] Bump pymysql from 1.0.2 to 1.0.3 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.2 to 1.0.3. - [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.0.3) --- 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 d8fd445..be8671d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ pycairo==1.19.1 pycups==2.0.1 pygobject==3.40.1 Pygments==2.9.0 -PyMySQL==1.0.2 +PyMySQL==1.0.3 requests==2.24.0