From c336b30e8f78319efcbbf3efffd1dc997fe0b363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:36:26 -0700 Subject: [PATCH] Bump pillow (#109) Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 to 10.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/7.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../VideoAnalytics_Recognition/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/VideoAnalyticsWorkflow/VideoAnalytics_Recognition/requirements.txt b/benchmarks/VideoAnalyticsWorkflow/VideoAnalytics_Recognition/requirements.txt index 757ecba..4239b32 100644 --- a/benchmarks/VideoAnalyticsWorkflow/VideoAnalytics_Recognition/requirements.txt +++ b/benchmarks/VideoAnalyticsWorkflow/VideoAnalytics_Recognition/requirements.txt @@ -1,4 +1,4 @@ torch==1.12.1 torchvision==0.13.1 -Pillow==7.0.0 +Pillow==10.0.1 google-cloud-storage==1.43.0