From ab9c6cf3338c06b0c4c8ecd7bf648560345a7b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:41:30 +0000 Subject: [PATCH] Bump django-crispy-forms from 1.14.0 to 2.6 Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.14.0 to 2.6. - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/1.14.0...2.6) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a6226026..3f746b26 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ django-model-utils==5.0.0 django-anymail[mailgun]==14.0 django-mail-templated==2.6.5 django-allauth==0.55.2 -django-crispy-forms==1.14.0 +django-crispy-forms==2.6 django-autoslug==1.9.9 djangorestframework==3.17.1 coreapi==2.3.3