From 91f99da730b8a3c065ae4168ceba8549dfdc795a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:42:13 +0000 Subject: [PATCH] Bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 to 9.0.1. - [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.2...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../images/entrypoints/scripts/verifier_tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/blender/resources/images/entrypoints/scripts/verifier_tools/requirements.txt b/apps/blender/resources/images/entrypoints/scripts/verifier_tools/requirements.txt index 4455fa10d0..e696501de7 100644 --- a/apps/blender/resources/images/entrypoints/scripts/verifier_tools/requirements.txt +++ b/apps/blender/resources/images/entrypoints/scripts/verifier_tools/requirements.txt @@ -3,7 +3,7 @@ scikit-learn==0.19.1 OpenEXR scipy six==1.5 -Pillow==6.2.2 +Pillow==9.0.1 sklearn numpy==1.15.4 PyWavelets