From 7b5d78a7bbf5503f8ca28258241dddf4b34ebd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:34:28 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 8.1.1 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.1...8.1.1) 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 96163a5..84c636e --- a/requirements/base.txt +++ b/requirements/base.txt @@ -14,7 +14,7 @@ django-crispy-forms==1.8.1 django-model-utils==4.0.0 # Images -Pillow==6.2.1 +Pillow==8.1.1 # For user registration, either via email or social # Well-built with regular release cycles!