From b4e2a1aabcff3f2d347b434e4cde55ffaf2437b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 06:34:37 +0000 Subject: [PATCH] Bump pillow from 5.0 to 6.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0 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/5.0.0...6.2.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d66b226..c563a82 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ requirements = ['celery>3.1,<4.0','colorama','tqdm','elasticsearch>=6', 'feedparser', 'httplib2','imagehash', 'loremipsum', 'lxml','requests<3.0.0,>=2.13.0','statsmodels','pandas', - 'pillow==5.0','gensim>3.4','oauth2client','matplotlib', + 'pillow==6.2.0','gensim>3.4','oauth2client','matplotlib', 'networkx','spacy', 'scikit-learn','scipy','selenium','twython','nltk','tqdm']