From a881574609ae0e1fb2df0799ff7a484a6c19c1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:17:31 +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.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... 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..da7be45 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.2.0 tensorflow==2.3.1 pandas==0.19.2