From 4d4a87502e110f6a175ed87709c1650136c72a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 03:01:18 +0000 Subject: [PATCH] Bump mysqlclient from 2.0.3 to 2.1.0 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/PyMySQL/mysqlclient/releases) - [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst) - [Commits](https://github.com/PyMySQL/mysqlclient/compare/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a716ac9c..1e031b69 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ install_requires=[ 'docopt==0.6.2', 'PyYAML==6.0', - 'mysqlclient==2.0.3', + 'mysqlclient==2.1.0', 'sql_metadata==2.3.0', 'termcolor==1.1.0', 'yamlordereddictloader==0.4.0'