From 7d90dee835307fef3fdf97fe1278b30c97f7047f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:30:58 +0000 Subject: [PATCH] Bump mysqlclient from 2.1.0 to 2.2.1 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.1.0 to 2.2.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.1.0...v2.2.1) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0671da2c..7617a43a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -93,7 +93,7 @@ idna==3.6 # via requests importlib-metadata==6.8.0 # via build -mysqlclient==2.1.0 +mysqlclient==2.2.1 # via -r requirements/requirements.in networkx==3.1 # via django-anvil-consortium-manager