From abc404dc9ff3f0866c0f24146f8ff985d5b5dfb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:03:52 +0000 Subject: [PATCH] Chore(deps): Bump pillow in /data_extractor/code/rule_based_pipeline Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.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/10.1.0...10.2.0) --- 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 1db324a..753a3a1 100644 --- a/data_extractor/code/rule_based_pipeline/requirements.txt +++ b/data_extractor/code/rule_based_pipeline/requirements.txt @@ -4,5 +4,5 @@ jsonpickle>=1.5.0 MarkupSafe==2.1.1 numpy==1.23.5 pandas==1.5.2 -Pillow==10.1.0 +Pillow==10.2.0 scipy==1.10.0