From f651240fee395cf9a541227b8ae048175c30b841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:17:34 +0000 Subject: [PATCH] Bump pillow from 5.3.0 to 10.0.1 in /api/ImageSimilarity/deployment Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.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/5.3.0...10.0.1) --- 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..12f2f81 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==10.0.1 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..4168ff3 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==10.0.1 azure_common==1.1.16 scikit_learn==0.19.1 click==6.7