From 789bb916e860344cdc39fbed6f558151e1f6a846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 10:03:45 +0000 Subject: [PATCH] chore(deps): bump mysqlclient from 2.0.3 to 2.1.1 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.0.3 to 2.1.1. - [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.1) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7efb485..8806269 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ discord-pretty-help==1.2.2 pytz==2020.4 orator==0.9.9 python-dotenv==0.19.2 -mysqlclient==2.0.3 +mysqlclient==2.1.1 python-levenshtein==0.12.2 matplotlib==3.3.4