From 1238ee95ed3b8dc7e80de3157c4ad312bce48cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 05:50:37 +0000 Subject: [PATCH] Bump pillow from 7.1.1 to 9.3.0 in /summarizer Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.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/7.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- summarizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summarizer/requirements.txt b/summarizer/requirements.txt index 7369081..a9df2be 100644 --- a/summarizer/requirements.txt +++ b/summarizer/requirements.txt @@ -11,7 +11,7 @@ opencv-python==4.2.0.34 ortools==7.5.7466 pandas==1.0.3 tabulate==0.8.7 -Pillow==7.1.1 +Pillow==9.3.0 protobuf==3.11.3 pylint==2.4.4 six==1.14.0