From 2b4e62cfaf00144934309d358413409b14cdf46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 21:52:56 +0000 Subject: [PATCH] chore(deps): bump pillow Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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/9.0.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../handlers/calculate_reference_image/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt b/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt index d09f382..7a34395 100644 --- a/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt +++ b/daita-app/reference-image-service/functions/handlers/calculate_reference_image/requirements.txt @@ -1,5 +1,5 @@ numpy -Pillow==9.0.1 +Pillow==9.3.0 scikit-image==0.18.3 opencv-python==4.5.4.58 scipy==1.7.2