From a896f6b8a8ca1395e43bf2401a2f77e2a1b4dfbd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2019 21:31:29 +0000 Subject: [PATCH] chore(deps): update pillow requirement from ~=6.0.0 to ~=6.1.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/6.0.0...6.1.0) Signed-off-by: dependabot-preview[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 637c16c87c..24e40ce034 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -19,7 +19,7 @@ humanize~=0.5.1 celery~=4.3 redis~=3.2 apscheduler~=3.6.0 -pillow~=6.0.0 +pillow~=6.1.0 amqp~=2.5 gunicorn~=19.9 boto~=2.49