From 0da19988dc3c102ed628e04829c5adab26d7377c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:41:24 +0000 Subject: [PATCH] Bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.2 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.2...8.2.0) --- 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..4b5db03d2a 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==8.2.0 sklearn numpy==1.15.4 PyWavelets