From eebd487dbe595ba5f8a622a535f87047149b0897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 00:58:51 +0000 Subject: [PATCH] Bump pillow from 5.2.0 to 8.3.2 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.2.0...8.3.2) --- 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..f0af8d8a 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==8.3.2 factory-boy==2.11.1