From bd0bfbd25b5e1e149cea02875851aed6b8dbdfcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 14:07:30 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 6.2.0 in /backend Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.1 to 6.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...6.2.0) 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..0f95525 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Django==1.10.4 -Pillow==4.1.1 +Pillow==6.2.0 django-crispy-forms==1.6.1 django-debug-toolbar==1.8 django-formtools==2.0