From 2a42e2b6dfeffbfce0fe2d31f322bc6582a7090b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 23:49:43 +0000 Subject: [PATCH] Bump pillow in /Desktop/Work/Airbnb/ml_deployment/flask_apps Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.0.1. - [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/5.2.0...9.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Desktop/Work/Airbnb/ml_deployment/flask_apps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Desktop/Work/Airbnb/ml_deployment/flask_apps/requirements.txt b/Desktop/Work/Airbnb/ml_deployment/flask_apps/requirements.txt index 0211a09..3251268 100644 --- a/Desktop/Work/Airbnb/ml_deployment/flask_apps/requirements.txt +++ b/Desktop/Work/Airbnb/ml_deployment/flask_apps/requirements.txt @@ -2,5 +2,5 @@ Flask==1.0.2 gunicorn==19.9.0 numpy==1.13.3 keras==2.2.4 -Pillow==5.2.0 +Pillow==9.0.1 tensorflow==1.13.1