From 8dfcefd3c1fe76688ea25bae3e1e88c3cc039ae6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:17:12 +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 8.2.0. - [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/6.2.0...8.2.0) --- 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..afcc97f 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==8.2.0 tensorflow==2.3.1 \ No newline at end of file