From 0c1c56eeef74a3b24d69162b4a9d8283d0ef9c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:50:09 +0000 Subject: [PATCH] Bump pillow from 4.1.1 to 9.3.0 in /Flask-serve-model Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.1.1 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/4.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Flask-serve-model/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flask-serve-model/requirements.txt b/Flask-serve-model/requirements.txt index d19be0a..c34ca08 100644 --- a/Flask-serve-model/requirements.txt +++ b/Flask-serve-model/requirements.txt @@ -4,7 +4,7 @@ torch==1.2.0+cpu torchvision==0.4.0+cpu torch-lr-finder==0.0.1 requests -pillow==4.1.1 +pillow==9.3.0 Flask==1.0.2 gunicorn>=19.6.0 Flask-Babel>=0.11.1