From 8b5159cd1ba14b33cfcafd941a58b194f29d05ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:51:39 +0000 Subject: [PATCH] Bump django-crispy-forms from 2.0 to 2.1 Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 2.0 to 2.1. - [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.0...2.1) --- 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 5b53c077..651bdfbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -103,7 +103,7 @@ django-constance==3.1.0 # via -r requirements.in django-cors-headers==4.3.1 # via -r requirements.in -django-crispy-forms==2.0 +django-crispy-forms==2.1 # via # -r requirements.in # crispy-bootstrap5