From d68d94d3304d43985aad1dcf43503fe12a485edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:07:00 +0000 Subject: [PATCH] Bump pillow from 9.5.0 to 10.3.0 in /amazonscraper Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.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/9.5.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- amazonscraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amazonscraper/requirements.txt b/amazonscraper/requirements.txt index 65a0401..221d373 100644 --- a/amazonscraper/requirements.txt +++ b/amazonscraper/requirements.txt @@ -1,5 +1,5 @@ amazoncaptcha==0.5.11 -Pillow==9.5.0 +Pillow==10.3.0 pymongo==4.0.1 python-dotenv==0.20.0 scrapy==2.7.1