From 6caf9c1481692778667101b1bb072e0fe8befb54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 00:21:17 +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/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 222238b..ade92f1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -5,7 +5,7 @@ dj-static==0.0.6 django-admin-csvexport==2.0 django-csp==3.7 django-csp-reports==1.8.1 -django-crispy-forms==1.14.0 +django-crispy-forms==2.0 django-filter==21.1 djangorestframework==3.14.0 gunicorn==20.1.0