From a1b0aabd3b603544f632bab8ceb8fbca83a5a368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 13:02:55 +0000 Subject: [PATCH] Bump pillow from 3.3.1 to 6.2.0 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.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.3.1...6.2.0) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements/base.txt diff --git a/requirements/base.txt b/requirements/base.txt old mode 100755 new mode 100644 index 4bd2dbf..4159630 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,7 +20,7 @@ django-crispy-forms==1.6.1 django-model-utils==2.5.2 # Images -Pillow==3.3.1 +Pillow==6.2.0 # For user registration, either via email or social # Well-built with regular release cycles!