From 4b7708353db503dd120b5c127221d55f2c385acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:00:39 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.3.0 in /installation/Mac 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/Mac/requirements_cpu_macos.txt | 2 +- installation/Mac/requirements_img_proc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/Mac/requirements_cpu_macos.txt b/installation/Mac/requirements_cpu_macos.txt index 06bd40ad..74344840 100644 --- a/installation/Mac/requirements_cpu_macos.txt +++ b/installation/Mac/requirements_cpu_macos.txt @@ -2,7 +2,7 @@ scipy scikit-learn scikit-image opencv-python -pillow==6.0.0 +pillow==9.3.0 tqdm gpustat psutil diff --git a/installation/Mac/requirements_img_proc.txt b/installation/Mac/requirements_img_proc.txt index c28efef0..add1d018 100644 --- a/installation/Mac/requirements_img_proc.txt +++ b/installation/Mac/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