Skip to content

Commit 38a660c

Browse files
fix(deps): update dependency pillow to v10 (#447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49163ff commit 38a660c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.3.0"
2929
nonebot-plugin-guild-patch = "^0.2.3"
3030
nonebot2 = {extras = ["fastapi"], version = "^2.0.0"}
3131
pikpakapi = "^0.1.1"
32-
Pillow = "^9.5.0"
32+
Pillow = "^10.0.0"
3333
pydantic = "^1.10.10"
3434
pyquery = "^2.0.0"
3535
python-qbittorrent = "^0.4.3"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nonebot-plugin-apscheduler~=0.3.0
1414
nonebot-plugin-guild-patch~=0.2.3
1515
nonebot2[fastapi]~=2.0.0rc3
1616
pikpakapi~=0.1.1
17-
Pillow~=9.5.0
17+
Pillow~=10.0.0
1818
pydantic~=1.10.10
1919
pyquery~=2.0.0
2020
python-qbittorrent~=0.4.3

0 commit comments

Comments
 (0)