We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49163ff commit 38a660cCopy full SHA for 38a660c
pyproject.toml
@@ -29,7 +29,7 @@ nonebot-plugin-apscheduler = "^0.3.0"
29
nonebot-plugin-guild-patch = "^0.2.3"
30
nonebot2 = {extras = ["fastapi"], version = "^2.0.0"}
31
pikpakapi = "^0.1.1"
32
-Pillow = "^9.5.0"
+Pillow = "^10.0.0"
33
pydantic = "^1.10.10"
34
pyquery = "^2.0.0"
35
python-qbittorrent = "^0.4.3"
requirements.txt
@@ -14,7 +14,7 @@ nonebot-plugin-apscheduler~=0.3.0
14
nonebot-plugin-guild-patch~=0.2.3
15
nonebot2[fastapi]~=2.0.0rc3
16
pikpakapi~=0.1.1
17
-Pillow~=9.5.0
+Pillow~=10.0.0
18
pydantic~=1.10.10
19
pyquery~=2.0.0
20
python-qbittorrent~=0.4.3
0 commit comments