From d9e5a6119fc734fa7c0b20cb773cbce2d381ae9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:57:51 +0000 Subject: [PATCH] build(deps): Bump pillow in /project_4_dog_breed/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.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/4.0.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project_4_dog_breed/requirements/requirements-gpu.txt | 2 +- project_4_dog_breed/requirements/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project_4_dog_breed/requirements/requirements-gpu.txt b/project_4_dog_breed/requirements/requirements-gpu.txt index e256588..fbd09b2 100644 --- a/project_4_dog_breed/requirements/requirements-gpu.txt +++ b/project_4_dog_breed/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==9.0.1 ipykernel==4.6.1 tensorflow-gpu>=1.12.2 \ No newline at end of file diff --git a/project_4_dog_breed/requirements/requirements.txt b/project_4_dog_breed/requirements/requirements.txt index afd7ed9..f66a76f 100644 --- a/project_4_dog_breed/requirements/requirements.txt +++ b/project_4_dog_breed/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==9.0.1 ipykernel==4.6.1 tensorflow>=1.12.1 \ No newline at end of file