From b92981353f37698edd057a0ba2e78fe59a0acd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:34:55 +0100 Subject: [PATCH] Update django-statici18n requirement from ==2.3.* to ==2.4.* (#3874) Updates the requirements on [django-statici18n](https://github.com/zyegfryed/django-statici18n) to permit the latest version. - [Changelog](https://github.com/zyegfryed/django-statici18n/blob/main/docs/changelog.rst) - [Commits](https://github.com/zyegfryed/django-statici18n/commits) --- updated-dependencies: - dependency-name: django-statici18n dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3f99bdc1b..69de338c7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "django-phonenumber-field==7.1.*", "django-redis==5.2.*", "django-scopes==2.0.*", - "django-statici18n==2.3.*", + "django-statici18n==2.4.*", "djangorestframework==3.14.*", "dnspython==2.3.*", "drf_ujson2==1.7.*",