Skip to content

Commit d8b89d3

Browse files
fix(deps): update dependency pillow to v12
1 parent 0ff0306 commit d8b89d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ nonebot-adapter-onebot = "^2.4.6"
2828
nonebot-plugin-apscheduler = "^0.5.0"
2929
nonebot2 = {extras = ["fastapi"], version = "^2.4.4"}
3030
pikpakapi = "^0.1.11"
31-
Pillow = "^10.4.0"
31+
Pillow = "^12.0.0"
3232
pydantic = ">=1.10.24,<3.0.0,!=2.5.0,!=2.5.1"
3333
pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ nonebot-adapter-onebot~=2.4.6
1313
nonebot-plugin-apscheduler~=0.5.0
1414
nonebot2[fastapi]~=2.4.4
1515
pikpakapi~=0.1.11
16-
Pillow~=10.4.0
16+
Pillow~=12.0.0
1717
pydantic>=1.10.24,<3.0.0,!=2.5.0,!=2.5.1
1818
pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3

0 commit comments

Comments
 (0)