From 23a3412154aa7d35cc2a352421da5ff42fad21fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:08:54 +0200 Subject: [PATCH] Update django-statici18n requirement from ==2.7.* to ==2.8.* (#6529) 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.7.0...v2.8.0) --- updated-dependencies: - dependency-name: django-statici18n dependency-version: 2.8.0 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 5e65115d4..40c72198f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "django-querytagger==0.0.3", "django-redis==7.0.*", "django-scopes==2.1.*", - "django-statici18n==2.7.*", + "django-statici18n==2.8.*", "djangorestframework==3.17.*", "dnspython==2.8.*", "drf_ujson2==1.7.*",