From 0116c39fde9a75a8e5a4706b74f12c481590277b Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate@fachschaften.org> Date: Thu, 9 May 2024 13:19:54 +0000 Subject: [PATCH] Update dependency mysqlclient to v2.2.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 451feef4..348c4612 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-csp==3.8 django-compressor==4.4 django-libsass==0.9 django-betterforms==2.0.0 -mysqlclient==2.2.0 # for production deployment +mysqlclient==2.2.4 # for production deployment tzdata==2024.1 # Documentation -- GitLab