From 55ebf84a10eae65851837affdfe4a84e6df7d1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:57:40 +0000 Subject: [PATCH] build(deps): bump pillow in /practice_projects/imdb/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.0...8.1.1) Signed-off-by: dependabot[bot] --- practice_projects/imdb/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/practice_projects/imdb/requirements/requirements.txt b/practice_projects/imdb/requirements/requirements.txt index e55c5c8..1403712 100644 --- a/practice_projects/imdb/requirements/requirements.txt +++ b/practice_projects/imdb/requirements/requirements.txt @@ -6,6 +6,6 @@ scipy==0.18.1 tqdm==4.11.2 keras==2.0.2 scikit-learn==0.18.1 -pillow==6.2.0 +pillow==8.1.1 tensorflow==2.3.1 pandas==0.19.2