From 8fd4c701519ff0e52e28332dd4c43f92757b24f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:29:26 +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.3.0. - [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.3.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..f511dff 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.3.0 tensorflow==2.3.1 \ No newline at end of file