From 978ca23d2d0c1ac4d86fd8e7dfe60c65e96b03c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:49:42 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 9.3.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.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.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8e2f4a1..67d0122 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Django==1.10.4 -Pillow==4.1.1 +Pillow==9.3.0 django-crispy-forms==1.6.1 django-debug-toolbar==1.8 django-formtools==2.0