From da857742de90817e60983f8d1e00d928f7543deb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:00:40 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.3.0 in /installation/Windows Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.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/6.0.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- installation/Windows/requirements_cpu_windows.txt | 2 +- installation/Windows/requirements_img_proc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/Windows/requirements_cpu_windows.txt b/installation/Windows/requirements_cpu_windows.txt index 9ebb5721..dfc8b485 100644 --- a/installation/Windows/requirements_cpu_windows.txt +++ b/installation/Windows/requirements_cpu_windows.txt @@ -3,7 +3,7 @@ scipy scikit-learn scikit-image opencv-python -pillow==6.0.0 +pillow==9.3.0 tqdm gpustat psutil diff --git a/installation/Windows/requirements_img_proc.txt b/installation/Windows/requirements_img_proc.txt index c28efef0..add1d018 100644 --- a/installation/Windows/requirements_img_proc.txt +++ b/installation/Windows/requirements_img_proc.txt @@ -2,7 +2,7 @@ scipy scikit-learn scikit-image opencv-python -pillow==6.0.0 +pillow==9.3.0 tqdm psutil pandas