From bacf1e2993060b83d1e89f8bf9120596254eb5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 01:56:35 +0000 Subject: [PATCH] Bump pymysql from 1.0.3 to 1.1.0 Bumps [pymysql](https://github.com/PyMySQL/PyMySQL) from 1.0.3 to 1.1.0. - [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.0) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b0766e6a..3daffbe9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ ipdb==0.13.13 pytest==7.3.2 pytest-cov==4.1.0 pytest-sugar==0.9.7 -PyMySQL==1.0.3 +PyMySQL==1.1.0 sphinx>=1.8.1, <5.1.2 sphinxcontrib-asyncio==0.3.0 SQLAlchemy==1.3.24