From 2876736b3756f96cd70a7a8ca0aa65ba3e375c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:57:01 +0000 Subject: [PATCH] Update django-i18nfield requirement from ~=1.9.0 to >=1.9,<1.11 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.9.0...1.10.2) --- updated-dependencies: - dependency-name: django-i18nfield dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2dde99abd..a40d87b28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "django-formset-js-improved==0.5.0.3", "django-formtools~=2.5.1", "django-hierarkey~=1.2.0", - "django-i18nfield~=1.9.0", + "django-i18nfield>=1.9,<1.11", "django-libsass~=0.8", "django-scopes~=2.0.0", "django-pdb~=0.6.2",