From 5b3faca74855c1799c345471c3d87616aea3a68d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 18:39:26 +0000 Subject: [PATCH] =?UTF-8?q?OPT:=20Update=20dependency=20pillow=20to=20v12?= =?UTF-8?q?=20=E2=AC=86=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10b7c0d..48bab2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ mkdocs-git-committers-plugin-2 = "2.5.0" mkdocs-git-revision-date-localized-plugin = "1.4.7" mkdocs-material = "9.6.15" mkdocstrings = { version = "0.29.1", extras = ["python"] } -pillow = "11.3.0" +pillow = "12.2.0" [tool.black] line-length = 120