From a25fca586a14308007e1ae5c52540a85f6266a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 00:27:01 +0000 Subject: [PATCH] Bump pillow from 2.3.1 to 9.3.0 in /demo_project Bumps [pillow](https://github.com/python-pillow/Pillow) from 2.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/2.3.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_project/requirements.txt b/demo_project/requirements.txt index 88ae11b..9ccbc0b 100644 --- a/demo_project/requirements.txt +++ b/demo_project/requirements.txt @@ -1,5 +1,5 @@ Django==1.6.2 -Pillow==2.3.1 +Pillow==9.3.0 South==0.8.4 django-mptt==0.6.0 easy-thumbnails==1.5