From 649d66d71bda3b5d3595131787ba2e2c3ab7fe72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:49:19 +0000 Subject: [PATCH] Bump pillow in /data_extractor/code/rule_based_pipeline Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 10.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/7.2.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- data_extractor/code/rule_based_pipeline/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_extractor/code/rule_based_pipeline/requirements.txt b/data_extractor/code/rule_based_pipeline/requirements.txt index df1938a..7b65381 100644 --- a/data_extractor/code/rule_based_pipeline/requirements.txt +++ b/data_extractor/code/rule_based_pipeline/requirements.txt @@ -2,7 +2,7 @@ Flask==2.3.2 numpy==1.23.5 jsonpickle==1.2 scipy==1.3.0 -Pillow==7.2.0 +Pillow==10.0.1 MarkupSafe==2.1.1 pandas==1.5.2 boto3==1.28.8