From ceb939e2afaeb0eb90e445d0f578ceeefad2793b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 23:55:29 +0000 Subject: [PATCH] chore(deps): update pillow requirement Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.0.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc06f795..b15aafc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ train = [ "configue>=5.0.0", "datasets>=2.19.1", "mteb>=1.16.3,<3", - "pillow>=10.0.0,<12.2.0", + "pillow>=10.0.0,<12.3.0", "typer>=0.15.1", ]