From 652ae07b21fa6dce8610a16db73c8d3a5c4b5ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:37:48 +0000 Subject: [PATCH] Bump pillow from 4.0.0 to 8.1.1 in /dog-project/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.0.0 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/4.0.0...8.1.1) Signed-off-by: dependabot[bot] --- dog-project/requirements/requirements-gpu.txt | 2 +- dog-project/requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dog-project/requirements/requirements-gpu.txt b/dog-project/requirements/requirements-gpu.txt index 7771375..ef4f1f5 100644 --- a/dog-project/requirements/requirements-gpu.txt +++ b/dog-project/requirements/requirements-gpu.txt @@ -6,6 +6,6 @@ scipy==0.18.1 tqdm==4.11.2 keras==2.0.2 scikit-learn==0.18.1 -pillow==4.0.0 +pillow==8.1.1 ipykernel==4.6.1 tensorflow-gpu==1.0.0 \ No newline at end of file diff --git a/dog-project/requirements/requirements.txt b/dog-project/requirements/requirements.txt index 628fb75..92b821f 100644 --- a/dog-project/requirements/requirements.txt +++ b/dog-project/requirements/requirements.txt @@ -6,6 +6,6 @@ scipy==0.18.1 tqdm==4.11.2 keras==2.0.2 scikit-learn==0.18.1 -pillow==4.0.0 +pillow==8.1.1 ipykernel==4.6.1 tensorflow==1.0.0 \ No newline at end of file