From 944b16fff0ceb2b4bb4c0d6a53cacc199400576c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:05:44 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 9.3.0 in /webService Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.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/4.3.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webService/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webService/requirements.txt b/webService/requirements.txt index eb15436..74a1b8d 100644 --- a/webService/requirements.txt +++ b/webService/requirements.txt @@ -11,7 +11,7 @@ MarkupSafe==1.0 nose==1.3.7 numpy==1.13.3 olefile==0.44 -Pillow==4.3.0 +Pillow==9.3.0 scipy==1.0.0 six==1.11.0 Werkzeug==0.12.2