From e6d984538f41400e9d81aeb43e804e8192ad1409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:22:04 +0100 Subject: [PATCH] Update django-statici18n requirement from ==2.5.* to ==2.6.* (#4664) 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.5.0...v2.6.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 3702bc7043..3ad4b918b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "django-phonenumber-field==7.3.*", "django-redis==5.4.*", "django-scopes==2.0.*", - "django-statici18n==2.5.*", + "django-statici18n==2.6.*", "djangorestframework==3.15.*", "dnspython==2.7.*", "drf_ujson2==1.7.*",