From 6e052b37e0efc7b440dc4daab7e81bf60622fd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:58:16 +0000 Subject: [PATCH] Bump django-crispy-forms from 1.14.0 to 2.0 Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.14.0 to 2.0. - [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.0) --- updated-dependencies: - dependency-name: django-crispy-forms dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92a51776..02749eed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,6 +38,7 @@ django==3.2.18 # django-activity-stream # django-bootstrap4 # django-classy-tags + # django-crispy-forms # django-extensions # django-filter # django-js-asset @@ -55,7 +56,7 @@ django-classy-tags==3.0.1 # via django-sekizai django-constance[database]==2.9.1 # via -r requirements.in -django-crispy-forms==1.14.0 +django-crispy-forms==2.0 # via -r requirements.in django-extensions==3.2.1 # via -r requirements.in