From b939b63606b45bb8a500a6b5635a23bbed55722a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 09:53:48 +0100 Subject: [PATCH] Update django-statici18n requirement from ==2.6.* to ==2.7.* (#5997) 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.6.0...v2.7.1) --- updated-dependencies: - dependency-name: django-statici18n dependency-version: 2.7.1 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 502d47535..c45107d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "django-phonenumber-field==8.4.*", "django-redis==6.0.*", "django-scopes==2.0.*", - "django-statici18n==2.6.*", + "django-statici18n==2.7.*", "djangorestframework==3.16.*", "dnspython==2.8.*", "drf_ujson2==1.7.*",