From fd51fde13d1d4d058c6ebc2972afe0bf744f53a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 3 Apr 2018 08:12:31 +0000 Subject: [PATCH] Bump Pillow from 5.0.0 to 5.1.0 Bumps [Pillow](https://github.com/python-pillow/Pillow) from 5.0.0 to 5.1.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/5.0.0...5.1.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e84d034c..c2f68631 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==2.0.4 Babel==2.5.3 -Pillow==5.0.0 +Pillow==5.1.0 celery[redis]==4.1.0 dj-database-url==0.5.0 django-redis-sessions==0.6.1 -- 2.11.4.GIT