From 6cda91db572378cdba403c5559831851f834c9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:52:52 +0000 Subject: [PATCH] Bump pillow from 3.3.1 to 8.3.2 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.1 to 8.3.2. - [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...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..747a64d --- 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==8.3.2 # For user registration, either via email or social # Well-built with regular release cycles!