Skip to content

Commit f8350c4

Browse files
fix(deps): update dependency nonebot2 to v2.4.1 (#566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f3bcb2 commit f8350c4

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.6"
2828
nonebot-plugin-apscheduler = "^0.5.0"
29-
nonebot2 = {extras = ["fastapi"], version = "^2.4.0"}
29+
nonebot2 = {extras = ["fastapi"], version = "^2.4.1"}
3030
pikpakapi = "^0.1.10"
3131
Pillow = "^10.4.0"
3232
pydantic = ">=1.10.19,<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.2
1212
nonebot-adapter-onebot~=2.4.6
1313
nonebot-plugin-apscheduler~=0.5.0
14-
nonebot2[fastapi]~=2.4.0
14+
nonebot2[fastapi]~=2.4.1
1515
pikpakapi~=0.1.10
1616
Pillow~=10.4.0
1717
pydantic>=1.10.19,<3.0.0,!=2.5.0,!=2.5.1

0 commit comments

Comments
 (0)