From 7df7d2851874ff71a2c563984045c8ea28691b68 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 5 Dec 2024 17:38:31 +0100 Subject: [PATCH] Bump django-i18nfield to 1.9.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f794846ac..8f7185ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "django-formtools==2.5.1", "django-hierarkey==1.2.*", "django-hijack==3.7.*", - "django-i18nfield==1.9.*,>=1.9.4", + "django-i18nfield==1.9.*,>=1.9.5", "django-libsass==0.9", "django-localflavor==4.0", "django-markup",