From df80cfbf37a92d8e9dfe26b56e5945bc2db51e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:26:32 +0000 Subject: [PATCH] Bump pillow from 6.2.1 to 9.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.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/6.2.1...9.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 1a9678a..5b14275 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ packages=find_packages(), entry_points={"console_scripts": ["rss-reader=rss_reader.rss_reader:main"]}, install_requires=["argparse==1.4.0", "bs4==0.0.1", "colorama==0.4.3", "ebooklib==0.17.1", "feedparser==6.0.0b1", - "html2text==2019.9.26", "pillow==6.2.1", "python-dateutil==2.8.1"], + "html2text==2019.9.26", "pillow==9.0.1", "python-dateutil==2.8.1"], package_data={"": ["*.md", "*.rst"], }, author="Olga Akhmetova",