From 6d422f9ae46d11c5ac49220a41c55c4a0f83da87 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 26 Sep 2025 13:58:43 +0200 Subject: [PATCH] Bump django-formset-js-improved to 0.5.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3489e5ccf..e6e5bf13d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "django-compressor==4.5.1", "django-countries==7.6.*", "django-filter==25.1", - "django-formset-js-improved==0.5.0.3", + "django-formset-js-improved==0.5.0.4", "django-formtools==2.5.1", "django-hierarkey==2.0.*,>=2.0.1", "django-hijack==3.7.*",