From be79c69e8da448260edd8a3da3ba850a7c9f6f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:28:51 +0000 Subject: [PATCH] build(deps): bump pillow in /practice_projects/cnn/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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.2.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- practice_projects/cnn/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/practice_projects/cnn/requirements/requirements.txt b/practice_projects/cnn/requirements/requirements.txt index 05526a3..ada3c0d 100644 --- a/practice_projects/cnn/requirements/requirements.txt +++ b/practice_projects/cnn/requirements/requirements.txt @@ -6,5 +6,5 @@ scipy==0.18.1 tqdm==4.11.2 keras==2.0.2 scikit-learn==0.18.1 -pillow==6.2.0 +pillow==9.0.1 tensorflow==2.3.1 \ No newline at end of file