From 59a8e458042f64db0c1da766ed4b4da16d083b8d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Feb 2023 21:09:43 +0100 Subject: [PATCH] Update django-crispy-forms from 1.7.2 to 2.0 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 69340ea..295640b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ django==2.2.2 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils django-allauth==0.38.0 # https://github.com/pennersr/django-allauth -django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms +django-crispy-forms==2.0 # https://github.com/django-crispy-forms/django-crispy-forms django-tables2==2.0.4 django-redis==4.10.0 # https://github.com/niwinz/django-redis