From d7b49b8c70c14e3dd73dada30632fdc61651b7a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:46:42 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 9.0.1 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.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/4.1.1...9.0.1) --- 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..98a2144 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Django==1.10.4 -Pillow==4.1.1 +Pillow==9.0.1 django-crispy-forms==1.6.1 django-debug-toolbar==1.8 django-formtools==2.0