From 8abfe1b992e6361c4b33ce035b7c9433e4a5602e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:58:25 +0000 Subject: [PATCH] Bump pillow from 4.2.1 to 9.3.0 in /minimal/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.2.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/4.2.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- minimal/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal/requirements/base.txt b/minimal/requirements/base.txt index 708c9d3..8bab38a 100644 --- a/minimal/requirements/base.txt +++ b/minimal/requirements/base.txt @@ -2,7 +2,7 @@ Django==1.11.6 argparse==1.4.0 # Images -Pillow==4.2.1 +Pillow==9.3.0 # Custom user with email django-authtools==1.6.0