From 6f08e5b1587973ef6fc6111fe4418f05d252819a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 07:20:26 +0000 Subject: [PATCH] Bump pillow from 3.1.1 to 6.2.0 in /demo Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.1.1 to 6.2.0. - [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/3.1.1...6.2.0) 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 df2a0de..b499355 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,4 +1,4 @@ -pillow==3.1.1 +pillow==6.2.0 django==1.9.4 django-tinymce==2.3.0 django-taggit==0.18.1