From 31cb8f67bdaab96e85198cf9777dd0406790a426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:20:55 +0000 Subject: [PATCH] Bump pillow from 3.3.1 to 9.0.1 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.1 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/3.3.1...9.0.1) --- 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..48cf344 --- 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==9.0.1 # For user registration, either via email or social # Well-built with regular release cycles!