From 6d293e544e29fc2fdcabec518e91a28d83dce265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:36:49 +0200 Subject: [PATCH] Bump django-formtools from 2.5.1 to 2.6.1 (#6191) Bumps [django-formtools](https://github.com/jazzband/django-formtools) from 2.5.1 to 2.6.1. - [Changelog](https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst) - [Commits](https://github.com/jazzband/django-formtools/compare/2.5.1...2.6.1) --- updated-dependencies: - dependency-name: django-formtools dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 ebed59b429..95afd50c1e 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.5.1", + "django-formtools==2.6.1", "django-hierarkey==2.0.*,>=2.0.1", "django-hijack==3.7.*", "django-i18nfield==1.11.*",