From 0d7c0d88f0cd7126ca55cc864d4d7e6a004775e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:43:43 +0000 Subject: [PATCH] Bump pillow from 8.1.2 to 9.3.0 in /meron_api/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 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/8.1.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- meron_api/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meron_api/requirements/base.txt b/meron_api/requirements/base.txt index 4de16ce..4f4c02c 100644 --- a/meron_api/requirements/base.txt +++ b/meron_api/requirements/base.txt @@ -6,6 +6,6 @@ imutils==0.5.4 joblib==1.0.1 keras_vggface==0.6 opencv-contrib-python-headless==4.5.1.48 -Pillow==8.1.2 +Pillow==9.3.0 scikit-learn==0.24.1 whitenoise==5.2.0