From 5c083259b14061111414d9d79a7caa7b31f5e9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:31:47 +0000 Subject: [PATCH] Update pymysql requirement from <0.10,>=0.9 to >=0.9,<1.1 Updates the requirements on [pymysql](https://github.com/PyMySQL/PyMySQL) to permit the latest version. - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v0.9.0...v1.0.2) --- updated-dependencies: - dependency-name: pymysql dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2d32c3b3..b0837791 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ dev = tox>=3.14.6 zest.releaser>=6.20.1 psycopg2-binary>=2.8.5 - PyMySQL>=0.9,<0.10 + PyMySQL>=0.9,<1.1 doc = Sphinx==4.1.0