From ce45c0d8bd401a49ae846b2b789876a23d0ba14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 01:55:00 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 8.3.2 in /retrieval Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.3.2. - [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/8.1.1...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- retrieval/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retrieval/requirements.txt b/retrieval/requirements.txt index c660113..cb5db5b 100644 --- a/retrieval/requirements.txt +++ b/retrieval/requirements.txt @@ -6,6 +6,6 @@ pandas==1.0.1 scikit_image==0.16.2 numpy==1.18.1 opencv_python==4.1.0.25 -Pillow==8.1.1 +Pillow==8.3.2 PyYAML==5.3.1 scikit_learn==0.22.2.post1