From cba4fc7c92838286e7c55025ed3ac93a5f279273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 10:34:42 +0300 Subject: [PATCH] build(deps): bump mysqlclient from 2.1.1 to 2.2.0 (#13) Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.1.1 to 2.2.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.1.1...v2.2.0) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2080cc6..9b12cce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ django==4.2.1 djangorestframework==3.14.0 -mysqlclient==2.1.1 +mysqlclient==2.2.0 # -------------------------------- Dev