From 1d30e731956539c0b70bad896ae4b26f90d50e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 06:47:45 +0000 Subject: [PATCH] Update django-crispy-forms requirement from ~=1.14.0 to ~=2.1 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/1.14.0...2.1) --- 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 64c3f298..349202d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django~=4.2.7 pillow~=10.0.1 -django-crispy-forms~=1.14.0 +django-crispy-forms~=2.1 Markdown~=3.4.3 Unidecode~=1.3.6 Pygments~=2.14.0