From e9cd689bd6f0b0ae7d6a17947ba79a838b6667c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:29:05 +0000 Subject: [PATCH] Bump pillow from 5.4.1 to 8.1.1 in /demo Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.4.1 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.4.1...8.1.1) 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..a9e590b 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,6 +1,6 @@ Django==1.11.18 -e git+git@github.com:timbest/django-multi-form-view.git@8273846a94cbae1b6b9b87c813744c88207c6216#egg=django_multi_form_view -Pillow==5.4.1 +Pillow==8.1.1 behave==1.2.6 behave-django==1.1.0 enum34==1.1.6