From 244c91e4e944f25e195a0376ff4def32b3a078bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:32:14 +0000 Subject: [PATCH] Bump pillow from 5.3.0 to 9.0.1 in /requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.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/5.3.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/cpu_requirements.txt | 2 +- requirements/gpu_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/cpu_requirements.txt b/requirements/cpu_requirements.txt index 8565665..af7d86c 100644 --- a/requirements/cpu_requirements.txt +++ b/requirements/cpu_requirements.txt @@ -6,7 +6,7 @@ scipy==1.1.0 tqdm==4.28.1 keras==2.2.4 scikit-learn==0.20.0 -pillow==5.3.0 +pillow==9.0.1 ipykernel==4.10.0 tensorflow==1.15.2 graphviz==2.40.1 diff --git a/requirements/gpu_requirements.txt b/requirements/gpu_requirements.txt index b237cb8..41212a7 100644 --- a/requirements/gpu_requirements.txt +++ b/requirements/gpu_requirements.txt @@ -6,7 +6,7 @@ scipy==1.1.0 tqdm==4.28.1 keras==2.2.4 scikit-learn==0.20.0 -pillow==5.3.0 +pillow==9.0.1 ipykernel==4.10.0 tensorflow-gpu==1.15.2 graphviz==2.40.1