From c2f68494e39d7910f77e596d82214c827b6d7a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 02:14:38 +0000 Subject: [PATCH] chore(deps): bump django-formtools from 2.4.1 to 2.5.1 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-version: 2.5.1 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 5782d286d..76595c55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dependencies = [ 'django==4.1.13', 'django-bootstrap3==23.4', 'django-filter==23.2', - 'django-formtools==2.4.1', + 'django-formtools==2.5.1', 'django-ranged-response==0.2.0', 'django-simple-captcha==0.5.18', 'django-timezone-field==5.1',