From f98d6f2bac9a880869e8839b138d84986676143d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:39:12 +0000 Subject: [PATCH] Bump pillow from 5.1.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.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/5.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-hw.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-hw.txt b/requirements-hw.txt index a5ddc5b..702a749 100644 --- a/requirements-hw.txt +++ b/requirements-hw.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.6.0 numpy==1.15.1 opencv-python==4.0.0.21 tqdm==4.23.4 -Pillow==5.1.0 +Pillow==9.3.0 requests==2.20.0 tensorflow==1.13.1 matplotlib==3.0.2 diff --git a/requirements.txt b/requirements.txt index 24d6419..303169d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ beautifulsoup4==4.6.0 numpy==1.15.1 opencv-python==4.0.0.21 tqdm==4.23.4 -Pillow==5.1.0 +Pillow==9.3.0 requests==2.20.0