From c3c911baebd9292d0a012a1c00b167d984fea9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:22:18 +0000 Subject: [PATCH] Bump pillow from 8.3.2 to 9.0.0 in /Machine Learning Algorithms Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 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/8.3.2...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Machine Learning Algorithms/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine Learning Algorithms/requirements.txt b/Machine Learning Algorithms/requirements.txt index 2a80d8b..5afb240 100644 --- a/Machine Learning Algorithms/requirements.txt +++ b/Machine Learning Algorithms/requirements.txt @@ -4,7 +4,7 @@ joblib==0.16.0 kiwisolver==1.2.0 matplotlib==3.3.2 numpy==1.19.2 -Pillow==8.3.2 +Pillow==9.0.0 pyparsing==2.4.7 python-dateutil==2.8.1 scikit-learn==0.23.2