From 7e688e5170a326d632f67ee230c419de2fc4d7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:06:30 +0000 Subject: [PATCH] Bump django from 1.11.18 to 1.11.29 in /demo Bumps [django](https://github.com/django/django) from 1.11.18 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.18...1.11.29) 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..b0cf1f2 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.18 +Django==1.11.29 -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