From 20805f16341011ecfb55f8ae9e3e5e59586e0c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:03:01 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd546b56..b1fc26ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ coverage==7.14.1 Django==6.0.6 django-debug-toolbar==6.3.0 freezegun==1.5.5 -django-formtools==2.6.1 +django-formtools==2.7 django-allauth[socialaccount,keycloak]==65.18.0