From f7afe6f4df9fbda445941d0cba39287917dc76d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 23:56:26 +0000 Subject: [PATCH] Update django-crispy-forms requirement from ~=2.1 to ~=2.2 Updates the requirements on [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) to permit the latest version. - [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/2.1...2.2) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 463c52ddd..fc22ea19f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ crispy-bootstrap5==2024.2 django-activity-stream==2.0.0 django-axes[ipware]==6.5.1 django-bootstrap-breadcrumbs2==1.0.0 # fork of django-bootstrap-breadcrumbs, we might need to migrate away completely -django-crispy-forms~=2.1 +django-crispy-forms~=2.2 django-email-verification~=0.3.3 django-environ==0.11.2 django-formtools~=2.5