From aa06c878799ee222abbcd57acb0625d5e26a56f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 01:00:48 +0000 Subject: [PATCH] Bump pillow from 8.2.0 to 9.0.1 in /src/video-processor/droplet-detector Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 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/8.2.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/video-processor/droplet-detector/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video-processor/droplet-detector/requirements.txt b/src/video-processor/droplet-detector/requirements.txt index e6c0aba..4cb97ed 100644 --- a/src/video-processor/droplet-detector/requirements.txt +++ b/src/video-processor/droplet-detector/requirements.txt @@ -3,6 +3,6 @@ google-cloud-storage==1.41.1 google-cloud-video-transcoder==0.4.1 matplotlib==3.3.4 numpy==1.20.2 -pillow==8.2.0 +pillow==9.0.1 pytesseract==0.3.8 scikit-image==0.18.1