Skip to content

Commit 55927d8

Browse files
committed
fix(deps): update dependency nonebot2 to v2.3.3
1 parent bcba650 commit 55927d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ImageHash = "^4.3.1"
2626
magneturi = "^1.3"
2727
nonebot-adapter-onebot = "^2.4.4"
2828
nonebot-plugin-apscheduler = "^0.5.0"
29-
nonebot2 = {extras = ["fastapi"], version = "^2.3.2"}
29+
nonebot2 = {extras = ["fastapi"], version = "^2.3.3"}
3030
pikpakapi = "^0.1.10"
3131
Pillow = "^10.4.0"
3232
pydantic = ">=1.10.17,<3.0.0,!=2.5.0,!=2.5.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ magneturi~=1.3
1111
nb-cli~=1.4.1
1212
nonebot-adapter-onebot~=2.4.4
1313
nonebot-plugin-apscheduler~=0.5.0
14-
nonebot2[fastapi]~=2.3.2
14+
nonebot2[fastapi]~=2.3.3
1515
pikpakapi~=0.1.10
1616
Pillow~=10.4.0
1717
pydantic>=1.10.17,<3.0.0,!=2.5.0,!=2.5.1

0 commit comments

Comments
 (0)