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