From a9fcaff54a831fb521acfb3cdcecf7bc96d9d16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:15:10 +0000 Subject: [PATCH] Bump django-formtools from 2.6.1 to 2.7 Bumps [django-formtools](https://github.com/jazzband/django-formtools) from 2.6.1 to 2.7. - [Changelog](https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst) - [Commits](https://github.com/jazzband/django-formtools/compare/2.6.1...2.7) --- updated-dependencies: - dependency-name: django-formtools dependency-version: '2.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4839b40f39..1ea892f6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "django-countries==8.2.*", "django-filter==25.1", "django-formset-js-improved==0.5.0.5", - "django-formtools==2.6.1", + "django-formtools==2.7", "django-hierarkey==2.0.*,>=2.0.1", "django-hijack==3.7.*", "django-i18nfield==1.11.*",