From 092657d16950f2ce859f937f54cf6b8e0e3791bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:39:11 +0000 Subject: [PATCH] Bump pillow in /04-FaceRecognition-II/thetensorclan-backend-heroku Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 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/7.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../thetensorclan-backend-heroku/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-FaceRecognition-II/thetensorclan-backend-heroku/requirements.txt b/04-FaceRecognition-II/thetensorclan-backend-heroku/requirements.txt index 543ad0a..7ed1911 100644 --- a/04-FaceRecognition-II/thetensorclan-backend-heroku/requirements.txt +++ b/04-FaceRecognition-II/thetensorclan-backend-heroku/requirements.txt @@ -1,7 +1,7 @@ https://download.pytorch.org/whl/cpu/torch-1.6.0%2Bcpu-cp37-cp37m-linux_x86_64.whl https://download.pytorch.org/whl/cpu/torchvision-0.7.0%2Bcpu-cp37-cp37m-linux_x86_64.whl Flask==1.1.2 -Pillow==7.2.0 +Pillow==9.3.0 Flask-Cors==3.0.8 gdown==3.12.2 gunicorn==20.0.4