From 80dae2c4a7f8eb5a68f29d8059a4b45b6c494be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 03:12:47 +0000 Subject: [PATCH] Bump pillow from 5.3.0 to 9.3.0 in /api/ImageSimilarity/deployment Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.3.0. - [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/5.3.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/ImageSimilarity/deployment/requirements.txt | 2 +- api/ImageSimilarity/deployment/requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/ImageSimilarity/deployment/requirements.txt b/api/ImageSimilarity/deployment/requirements.txt index 317f794..99298e4 100644 --- a/api/ImageSimilarity/deployment/requirements.txt +++ b/api/ImageSimilarity/deployment/requirements.txt @@ -1,7 +1,7 @@ numpy==1.14.3 pandas==0.22.0 Keras==2.1.6 -Pillow==5.3.0 +Pillow==9.3.0 azure_common==1.1.16 scikit_learn==0.19.1 click==6.7 diff --git a/api/ImageSimilarity/deployment/requirements_gpu.txt b/api/ImageSimilarity/deployment/requirements_gpu.txt index fa75415..9c3807e 100644 --- a/api/ImageSimilarity/deployment/requirements_gpu.txt +++ b/api/ImageSimilarity/deployment/requirements_gpu.txt @@ -1,7 +1,7 @@ numpy==1.14.3 pandas==0.22.0 Keras==2.1.6 -Pillow==5.3.0 +Pillow==9.3.0 azure_common==1.1.16 scikit_learn==0.19.1 click==6.7