From 9401fbb1bcec4915d602033090d59928aac64aa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 09:59:38 +0200 Subject: [PATCH] Update django-i18nfield requirement from ==1.10.* to ==1.11.* (#5430) Updates the requirements on [django-i18nfield](https://github.com/raphaelm/django-i18nfield) to permit the latest version. - [Commits](https://github.com/raphaelm/django-i18nfield/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: django-i18nfield dependency-version: 1.11.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 17bea8d44..b25299525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "django-formtools==2.5.1", "django-hierarkey==2.0.*,>=2.0.1", "django-hijack==3.7.*", - "django-i18nfield==1.10.*", + "django-i18nfield==1.11.*", "django-libsass==0.9", "django-localflavor==5.0", "django-markup",