From 91c42aaab96a656e4645a0f65ba95f94199ad00c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 2 Apr 2018 22:46:18 -0500 Subject: [PATCH] Update django from 2.0.3 to 2.0.4 --- {{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 976f5cb29..b04dbfd16 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -15,7 +15,7 @@ celery==3.1.25 # pyup: <4.0 # https://github.com/celery/celery # Django # ------------------------------------------------------------------------------ -django==2.0.3 # pyup: < 2.1 # https://www.djangoproject.com/ +django==2.0.4 # 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-allauth==0.35.0 # https://github.com/pennersr/django-allauth