From 6b96bc2d3fad71b0d2559ecc383bfaf5484e6ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:23:32 +0000 Subject: [PATCH] Bump pillow 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] --- .../practice_projects/cnn/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 ml/udacity_nano_degree/machine-learning-projects/projects/practice_projects/cnn/requirements/requirements.txt diff --git a/ml/udacity_nano_degree/machine-learning-projects/projects/practice_projects/cnn/requirements/requirements.txt b/ml/udacity_nano_degree/machine-learning-projects/projects/practice_projects/cnn/requirements/requirements.txt old mode 100755 new mode 100644 index 84d7203..5c0fab4 --- a/ml/udacity_nano_degree/machine-learning-projects/projects/practice_projects/cnn/requirements/requirements.txt +++ b/ml/udacity_nano_degree/machine-learning-projects/projects/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==4.0.0 +pillow==8.1.1 tensorflow==1.0.0 \ No newline at end of file