From a0c873a273961f811b4618d42fe2346fb353c67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:19:14 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.0.1 in /installation/Mac Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.0.1. - [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.0.1) --- 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..72b9de24 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.0.1 tqdm gpustat psutil diff --git a/installation/Mac/requirements_img_proc.txt b/installation/Mac/requirements_img_proc.txt index c28efef0..09ab78a0 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.0.1 tqdm psutil pandas