From 8e9fca8a86ea5c9cfa82dd2efc8b1800844989e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:20:37 +0000 Subject: [PATCH] Bump pillow from 6.0.0 to 9.0.1 in /installation/Misc 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/Misc/requirements_img_proc.txt | 2 +- installation/Misc/requirements_kaggle.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/Misc/requirements_img_proc.txt b/installation/Misc/requirements_img_proc.txt index c28efef0..09ab78a0 100644 --- a/installation/Misc/requirements_img_proc.txt +++ b/installation/Misc/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 diff --git a/installation/Misc/requirements_kaggle.txt b/installation/Misc/requirements_kaggle.txt index 78a10942..ce0333b6 100644 --- a/installation/Misc/requirements_kaggle.txt +++ b/installation/Misc/requirements_kaggle.txt @@ -2,7 +2,7 @@ scipy scikit-learn scikit-image opencv-python -pillow==6.0.0 +pillow==9.0.1 tqdm gpustat psutil