From 0cc62f804422da10b9532d1a4a1cd2a7acd2be7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:15:08 +0000 Subject: [PATCH] Bump pillow from 3.3.1 to 9.3.0 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.1 to 9.3.0. - [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.3.0) --- 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..f23c42e --- 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.3.0 # For user registration, either via email or social # Well-built with regular release cycles!