From 3d13e2d682b9db2fefb90f63970241377c426d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:13:52 +0000 Subject: [PATCH] build(deps): bump pillow from 11.3.0 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.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/11.3.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84b4c57..5f31852 100644 --- a/requirements.txt +++ b/requirements.txt @@ -171,7 +171,7 @@ rich==14.2.0 # 终端美化 grpcio==1.76.0 # gRPC torch==2.9.1 # PyTorch sympy==1.14.0 # 符号计算 -pillow==11.3.0 # 图像处理 +pillow==12.2.0 # 图像处理 pypdf==6.4.0 # PDF 处理 fastembed==0.6.0 # 快速嵌入