From 52e1e2bf7b9f2b1d23997d968564fffada35b899 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 1 Apr 2019 22:34:31 +0200 Subject: [PATCH] Update django from 2.1.7 to 2.2 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7697c4e..f299582 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -15,7 +15,7 @@ django-recaptcha==1.4.0 # Django # ------------------------------------------------------------------------------ -Django==2.1.7 # https://www.djangoproject.com/ +Django==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-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms