From 549eb13db908637081d4529ac28a6278704c6cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 04:13:04 +0000 Subject: [PATCH] Bump django from 1.11.18 to 1.11.23 in /demo Bumps [django](https://github.com/django/django) from 1.11.18 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.18...1.11.23) 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..1ee5cbd 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.18 +Django==1.11.23 -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