From a59711ed3264d697adf921a1b69d42ff84f884ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:11:18 +0200 Subject: [PATCH] Update django-statici18n requirement from ==2.4.* to ==2.5.* (#4106) 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/compare/v2.4.0...v2.5.0) --- 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 557dc6f450..39f9471c6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "django-phonenumber-field==7.3.*", "django-redis==5.4.*", "django-scopes==2.0.*", - "django-statici18n==2.4.*", + "django-statici18n==2.5.*", "djangorestframework==3.14.*", "dnspython==2.6.*", "drf_ujson2==1.7.*",