From 13113a6913609d06e8569a2385b13da043122678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 00:27:11 +0000 Subject: [PATCH] Bump django from 1.11.18 to 1.11.28 in /demo Bumps [django](https://github.com/django/django) from 1.11.18 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.18...1.11.28) Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 05473de..9a533dc 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.18 +Django==1.11.28 -e git+git@github.com:timbest/django-multi-form-view.git@8273846a94cbae1b6b9b87c813744c88207c6216#egg=django_multi_form_view Pillow==5.4.1 behave==1.2.6