From e454dfe28b4e4f2d579d8fcc81acc513e275e5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:45:26 +0000 Subject: [PATCH] Bump pillow from 8.1.2 to 9.0.0 in /meron_api/requirements Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 9.0.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.0.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..5b803e6 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.0.0 scikit-learn==0.24.1 whitenoise==5.2.0