From 384964ee040d5fb7bf874c3a7bf3ed8c48be93f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:13:00 +0000 Subject: [PATCH] Bump pillow from 5.2.0 to 9.0.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.0.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/5.2.0...9.0.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 2ebe89b2..c2a205e0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -26,5 +26,5 @@ pytest-django==3.4.4 coverage==4.5.2 pylint==2.2.2 pylint-django==2.0.4 -Pillow==5.2.0 +Pillow==9.0.0 factory-boy==2.11.1