Skip to content

Commit

Permalink
fix(deps): update dependency pillow to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent d0b3fa4 commit 18173af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nonebot-adapter-onebot = "^2.4.6"
nonebot-plugin-apscheduler = "^0.5.0"
nonebot2 = {extras = ["fastapi"], version = "^2.4.1"}
pikpakapi = "^0.1.10"
Pillow = "^10.4.0"
Pillow = "^11.1.0"
pydantic = ">=1.10.21,<3.0.0,!=2.5.0,!=2.5.1"
pyquery = "^2.0.1"
python-qbittorrent = "^0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nonebot-adapter-onebot~=2.4.6
nonebot-plugin-apscheduler~=0.5.0
nonebot2[fastapi]~=2.4.1
pikpakapi~=0.1.10
Pillow~=10.4.0
Pillow~=11.1.0
pydantic>=1.10.21,<3.0.0,!=2.5.0,!=2.5.1
pyquery~=2.0.1
python-qbittorrent~=0.4.3
Expand Down

0 comments on commit 18173af

Please sign in to comment.