From 39e28a5526717daa7ea8c2a0d2eb24107043c594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:36:12 +0000 Subject: [PATCH] chore(deps): bump mysqlclient from 2.2.5 to 2.2.6 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.5 to 2.2.6. - [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.5...v2.2.6) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b34d20..b057a32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-tinymce==4.1.0 django-widget-tweaks==1.5.0 django-mailer==2.3.2 gunicorn==23.0.0 -mysqlclient==2.2.5 +mysqlclient==2.2.6 pillow==10.4.0 python-dateutil==2.9.0.post0 requests==2.32.3