From 71beb54eb49a88e2d46a6e398d9e8b719493a7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:35:10 +0100 Subject: [PATCH] Bump django-formtools from 2.4.1 to 2.5.1 (#3876) Bumps [django-formtools](https://github.com/jazzband/django-formtools) from 2.4.1 to 2.5.1. - [Changelog](https://github.com/jazzband/django-formtools/blob/master/docs/changelog.rst) - [Commits](https://github.com/jazzband/django-formtools/compare/2.4.1...2.5.1) --- updated-dependencies: - dependency-name: django-formtools 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 69de338c7b..de4e2e287d 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.1", + "django-formtools==2.5.1", "django-hierarkey==1.1.*", "django-hijack==3.3.*", "django-i18nfield==1.9.*,>=1.9.4",