From f0729efa7547ae0d1c7b96d819c7d02c1b54bac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:40:52 +0000 Subject: [PATCH] Bump pillow from 11.2.1 to 11.3.0 in /pkg/preprocessing/chat_completions Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.2.1 to 11.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/11.2.1...11.3.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pkg/preprocessing/chat_completions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/preprocessing/chat_completions/requirements.txt b/pkg/preprocessing/chat_completions/requirements.txt index bd09b1d0..9ee779a5 100644 --- a/pkg/preprocessing/chat_completions/requirements.txt +++ b/pkg/preprocessing/chat_completions/requirements.txt @@ -1,7 +1,7 @@ --extra-index-url https://download.pytorch.org/whl/cpu packaging==24.2 -pillow==11.2.1 +pillow==11.3.0 torch==2.5.1 transformers>=4.53.0 jinja2>=2.11