From 3fce30ea74b9f0adb3034bf8c9ac0be32ec589cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:45:21 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 10.2.0 in /services/prediction-service Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.2.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/10.0.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/prediction-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/prediction-service/requirements.txt b/services/prediction-service/requirements.txt index 5cad4938..1dfdaa3c 100644 --- a/services/prediction-service/requirements.txt +++ b/services/prediction-service/requirements.txt @@ -5,4 +5,4 @@ gunicorn==21.2.0 flask-cors==4.0.0 requests==2.31.0 numpy==1.26.0 -pillow==10.0.0 +pillow==10.2.0