From 5cb029f89f32f1fba39d18f4a5ef269ff876cf6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:22:18 +0000 Subject: [PATCH] Bump mysqlclient from 2.2.4 to 2.2.5 Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.4 to 2.2.5. - [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.4...v2.2.5) --- updated-dependencies: - dependency-name: mysqlclient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/django.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/django.txt b/requirements/django.txt index 326b4e75..49b7aec2 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -2,7 +2,7 @@ Django>=4.2.7,<5.0.0 django_cron==0.6.0 factory_boy>=3.0.1 faker==26.0.0 -mysqlclient==2.2.4 +mysqlclient==2.2.5 pymemcache==4.0.0 sentry-sdk==2.10.0 sseclient==0.0.27