From 4e641bf41622c733a7c9c844b47efcb7f23921e9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 11 Feb 2019 10:10:14 -0800 Subject: [PATCH] Update django from 2.0.10 to 2.0.12 --- {{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 09ca8ddd6..81db96942 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -18,7 +18,7 @@ flower==0.9.2 # https://github.com/mher/flower # Django # ------------------------------------------------------------------------------ -django==2.0.10 # pyup: < 2.1 # https://www.djangoproject.com/ +django==2.0.12 # pyup: < 2.1 # 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