From eb07c09df0ddc2348bed08246f179bb5657b6ff2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 04:42:30 +0000 Subject: [PATCH] Bump django-crispy-forms from 1.8.1 to 1.9.2 in /requirements Bumps [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) from 1.8.1 to 1.9.2. - [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases) - [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/master/CHANGELOG.md) - [Commits](https://github.com/django-crispy-forms/django-crispy-forms/compare/1.8.1...1.9.2) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index dadfcc7..d771c9f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ redis==3.4.1 # https://github.com/andymccurdy/redis-py django==3.0.7 # pyup: < 3.0 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils -django-crispy-forms==1.8.1 # https://github.com/django-crispy-forms/django-crispy-forms +django-crispy-forms==1.9.2 # https://github.com/django-crispy-forms/django-crispy-forms # Cache # ------------------------------------------------------------------------------