From dcc8f6fa3a98d2fee05641cf918aaa6f3d94fcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 01:02:52 +0000 Subject: [PATCH] Bump django-crispy-forms from 2.1 to 2.2 Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 2.1 to 2.2. - [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 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 7d860f36..226dba35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -108,7 +108,7 @@ django-constance==3.1.0 # via -r requirements.in django-cors-headers==4.3.1 # via -r requirements.in -django-crispy-forms==2.1 +django-crispy-forms==2.2 # via # -r requirements.in # crispy-bootstrap5