From 47d74d178cc770dc3468ce81ef78b6de2e37e0c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 13:14:08 +0000 Subject: [PATCH] Bump pillow in /pkg/preprocessing/chat_completions_template 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_template/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/preprocessing/chat_completions_template/requirements.txt b/pkg/preprocessing/chat_completions_template/requirements.txt index feadfdd..7120a8a 100644 --- a/pkg/preprocessing/chat_completions_template/requirements.txt +++ b/pkg/preprocessing/chat_completions_template/requirements.txt @@ -1,5 +1,5 @@ packaging==24.2 -pillow==11.2.1 +pillow==11.3.0 torch==2.5.1 transformers>=4.53.0 jinja2>=2.11