From 7c1dc6c57504a661fd990831a3f50407668b1fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:48:06 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- scraping/requirements.txt | 2 +- viz/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 scraping/requirements.txt diff --git a/requirements.txt b/requirements.txt index 8ec6171..980db04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ wget==3.2 torch==1.5.0 torchvision==0.6.0 langdetect==1.0.8 -Pillow==7.2.0 +Pillow==9.3.0 matplotlib==3.3.2 pytest==6.1.2 diff --git a/scraping/requirements.txt b/scraping/requirements.txt old mode 100755 new mode 100644 index b082d74..6b4e266 --- a/scraping/requirements.txt +++ b/scraping/requirements.txt @@ -9,7 +9,7 @@ tqdm==4.50.2 torch==1.5.0 torchvision==0.6.0 langdetect==1.0.8 -Pillow==7.2.0 +Pillow==9.3.0 matplotlib==3.3.2 APScheduler==3.6.3 selenium==3.141.0 diff --git a/viz/requirements.txt b/viz/requirements.txt index 62a5ebf..94ed911 100644 --- a/viz/requirements.txt +++ b/viz/requirements.txt @@ -3,7 +3,7 @@ jupyter==1.0.0 langdetect==1.0.8 matplotlib==3.3.2 numpy==1.19.2 -pillow==7.2.0 +pillow==9.3.0 requests==2.24.0 torch==1.5.0 torchvision==0.6.0