From 7ade7b13550552168778f6ba414563425e38f304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 05:14:39 +0000 Subject: [PATCH] Bump pillow in /retrieval/preprocessing/question_generation_gpt4free Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.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/9.5.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../preprocessing/question_generation_gpt4free/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retrieval/preprocessing/question_generation_gpt4free/requirements.txt b/retrieval/preprocessing/question_generation_gpt4free/requirements.txt index ff2dbce..75b2b8d 100644 --- a/retrieval/preprocessing/question_generation_gpt4free/requirements.txt +++ b/retrieval/preprocessing/question_generation_gpt4free/requirements.txt @@ -31,7 +31,7 @@ numpy==1.24.3 outcome==1.2.0 packaging==23.1 pandas==1.5.3 -Pillow==9.5.0 +Pillow==10.0.1 protobuf==3.20.3 pyarrow==12.0.0 pycparser==2.21