From 483b96fefc58ddcc9168c41e65b70c4d4766381f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 05:27:13 +0000 Subject: [PATCH] chore(deps): bump pillow from 12.1.1 to 12.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 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/12.1.1...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0bd778f..54d5ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pythonpath = "src" [project.optional-dependencies] build = [ - "Pillow==12.1.1", + "Pillow==12.2.0", "pyinstaller==6.19.0" ] lint = [ diff --git a/requirements.txt b/requirements.txt index 0991035..18b0521 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ PyYAML==6.0.3 # 处理 YAML requests>=2.32.5 # 发请求 translate>=3.7.1 # 翻结果 -Pillow==12.1.1 # png 转 ico +Pillow==12.2.0 # png 转 ico pyinstaller==6.19.0 # 打包 exe