From 624954a9a6c3afe7cb39e14c2d7f77873b6917a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 13:03:54 +0000 Subject: [PATCH] Bump pillow from 5.0.0 to 8.1.1 in /Assignment1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.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/5.0.0...8.1.1) Signed-off-by: dependabot[bot] --- Assignment1/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assignment1/requirements.txt b/Assignment1/requirements.txt index b00d152..8d99b79 100644 --- a/Assignment1/requirements.txt +++ b/Assignment1/requirements.txt @@ -5,5 +5,5 @@ scikit-learn==0.19.1 matplotlib==2.1.1 xlrd==1.1.0 ipdb==0.10.3 -Pillow==5.0.0 +Pillow==8.1.1 lxml==4.1.1