From 76ebddbbe38a124807368c7bab40dc209cbf0371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 02:15:20 +0000 Subject: [PATCH] Bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.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.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../03_explaining_image_classifier_predictions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_data_science_toolkit/03_explaining_image_classifier_predictions/requirements.txt b/02_data_science_toolkit/03_explaining_image_classifier_predictions/requirements.txt index 35f63f6..3addc9c 100644 --- a/02_data_science_toolkit/03_explaining_image_classifier_predictions/requirements.txt +++ b/02_data_science_toolkit/03_explaining_image_classifier_predictions/requirements.txt @@ -2,7 +2,7 @@ pandas==1.0.0 matplotlib==3.1.3 jupyter==1.0.0 tensorflow==1.15.2 -Pillow==6.2.0 +Pillow==9.0.0 scikit-image==0.15.0 eli5==0.10.1 lime==0.1.1.30