From acf43ecaa259fdf50db4cb9e6e832063f348b5c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 20:55:41 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 8.2.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.1 to 8.2.0. - [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/4.1.1...8.2.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..c2fee44 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Django==1.10.4 -Pillow==4.1.1 +Pillow==8.2.0 django-crispy-forms==1.6.1 django-debug-toolbar==1.8 django-formtools==2.0