From 61fe93f33a0d78e2915dabee1bed69fbec5ab1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:05:12 +0000 Subject: [PATCH] Bump pillow from 5.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/5.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..ee973ff 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==10.0.1','gensim>3.4','oauth2client','matplotlib', 'networkx','spacy', 'scikit-learn','scipy','selenium','twython','nltk','tqdm']