From 2b98b4291ad452e47c03eb2378b2d5139c52d97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 23:46:57 +0000 Subject: [PATCH] Bump pillow from 4.3.0 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 4.3.0 to 8.3.2. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/4.3.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- webService/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a800e39..5a6e6dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ MarkupSafe==1.0 nose==1.3.7 numpy==1.13.3 olefile==0.44 -Pillow==4.3.0 +Pillow==8.3.2 protobuf==3.5.1 pyasn1==0.4.2 pyasn1-modules==0.2.1 diff --git a/webService/requirements.txt b/webService/requirements.txt index eb15436..46e852a 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==8.3.2 scipy==1.0.0 six==1.11.0 Werkzeug==0.12.2