From 9239ebbfdbf799417593c8827074d4501519b73e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:53:10 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.0.0 in /bestfitting Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 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/6.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bestfitting/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bestfitting/requirements.txt b/bestfitting/requirements.txt index 2732cde..5d5002c 100644 --- a/bestfitting/requirements.txt +++ b/bestfitting/requirements.txt @@ -2,7 +2,7 @@ tqdm==4.15.0 requests==2.21.0 numpy==1.14.6 pandas==0.23.1 -Pillow==6.2.0 +Pillow==9.0.0 scipy==0.19.1 ImageHash==4.0 iterative-stratification==0.1.6