From dbbe267c977a727aa368c4f42021e9cbeba9753c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 19:41:14 +0100 Subject: [PATCH] chore(deps): bump mysqlclient from 2.2.1 to 2.2.3 (#57) Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.1 to 2.2.3. - [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.2.1...v2.2.3) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-patch ... 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 1c4ab04..17833b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-tinymce==3.6.1 django-widget-tweaks==1.5.0 django-mailer==2.3.1 gunicorn==21.2.0 -mysqlclient==2.2.1 +mysqlclient==2.2.3 Pillow==10.2.0 python-dateutil==2.8.2 requests==2.31.0