From 1c3eecb3ff83b32015ba1a9cf8f7d21c43563cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:48:36 +0000 Subject: [PATCH] build(deps): bump pillow from 11.3.0 to 12.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.3.0 to 12.1.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/11.3.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 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 2ba8b39..b7089b6 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.1.1 # 图像处理 pypdf==6.4.0 # PDF 处理 fastembed==0.6.0 # 快速嵌入