From 379f847d8bbade0b237d813261f61218be23b6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Aug 2022 23:13:41 +0000 Subject: [PATCH] build(deps): bump mysqlclient from 2.0.1 to 2.1.1 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.0.1 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.1...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 ec4dc29..cd0c792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ django==4.1 djangorestframework==3.13.1 -mysqlclient==2.0.1 +mysqlclient==2.1.1 # -------------------------------- Dev