From 05230a2445739eaf148d144fd61a887ddb7a99c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 16:03:17 +0000 Subject: [PATCH] Bump pillow from 1.7.6 to 6.2.0 in /web Bumps [pillow](https://github.com/python-pillow/Pillow) from 1.7.6 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/1.7.6...6.2.0) Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 9ce9b87..a83704f 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -2,4 +2,4 @@ Django==1.4 Jinja2 South==0.7.4 -Pillow==1.7.6 \ No newline at end of file +Pillow==6.2.0 \ No newline at end of file