From bca712386c6c0ed25b501154b3fe97ad5d2046b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:53:33 +0000 Subject: [PATCH] Bump pillow from 6.2.2 to 9.0.1 in /test/video_processing 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] --- test/video_processing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/video_processing/requirements.txt b/test/video_processing/requirements.txt index d17f07c..3898155 100644 --- a/test/video_processing/requirements.txt +++ b/test/video_processing/requirements.txt @@ -30,7 +30,7 @@ scipy == 1.2.1 pandas == 0.24.2 # packages for image processing -Pillow == 6.2.2 +Pillow == 9.0.1 # IBM specific python modules ibm_db == 3.0.1