From dfd85a1956c007d3b70cbf7bf20a41f33ee9d649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:09:53 +0000 Subject: [PATCH] Chore(deps): Bump pillow in /Python/machine-learning-news-scrapper Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 9.3.0. - [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/8.1.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Python/machine-learning-news-scrapper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/machine-learning-news-scrapper/requirements.txt b/Python/machine-learning-news-scrapper/requirements.txt index 92780ecce..2fae3c6e6 100644 --- a/Python/machine-learning-news-scrapper/requirements.txt +++ b/Python/machine-learning-news-scrapper/requirements.txt @@ -16,7 +16,7 @@ newspaper3k==0.2.8 nltk==3.5 numpy==1.19.5 pandas==1.1.5 -Pillow==8.1.2 +Pillow==9.3.0 python-dateutil==2.8.1 pytz==2021.1 PyYAML==5.4.1