From 24476b5d05170fd61ae9035814309edae492ac68 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 9 May 2018 15:42:16 -0700 Subject: [PATCH] Update django-model-utils from 3.1.1 to 3.1.2 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 92d31f468..094eefeec 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -17,7 +17,7 @@ celery==3.1.25 # pyup: <4.0 # https://github.com/celery/celery # ------------------------------------------------------------------------------ django==2.0.5 # pyup: < 2.1 # https://www.djangoproject.com/ django-environ==0.4.4 # https://github.com/joke2k/django-environ -django-model-utils==3.1.1 # https://github.com/jazzband/django-model-utils +django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils django-allauth==0.36.0 # https://github.com/pennersr/django-allauth django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms {%- if cookiecutter.use_compressor == "y" %}