From 0de82393484935e5e624918129fa03d8a53c1c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 09:23:19 +0200 Subject: [PATCH] Bump django-formtools from 2.4 to 2.4.1 (#3329) 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 5400e78ac..a93d252eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "django-countries==7.5.*", "django-filter==23.2", "django-formset-js-improved==0.5.0.3", - "django-formtools==2.4", + "django-formtools==2.4.1", "django-hierarkey==1.1.*", "django-hijack==3.3.*", "django-i18nfield==1.9.*,>=1.9.4",