Skip to content

Commit

Permalink
fix(deps): update dependency nonebot2 to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2024
1 parent 8550cec commit ae1508e
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 @@ -26,7 +26,7 @@ ImageHash = "^4.3.1"
magneturi = "^1.3"
nonebot-adapter-onebot = "^2.4.4"
nonebot-plugin-apscheduler = "^0.5.0"
nonebot2 = {extras = ["fastapi"], version = "^2.3.1"}
nonebot2 = {extras = ["fastapi"], version = "^2.3.2"}
pikpakapi = "^0.1.6"
Pillow = "^10.4.0"
pydantic = ">=1.10.17,<3.0.0,!=2.5.0,!=2.5.1"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ magneturi~=1.3
nb-cli~=1.4.1
nonebot-adapter-onebot~=2.4.4
nonebot-plugin-apscheduler~=0.5.0
nonebot2[fastapi]~=2.3.1
nonebot2[fastapi]~=2.3.2
pikpakapi~=0.1.6
Pillow~=10.4.0
pydantic>=1.10.17,<3.0.0,!=2.5.0,!=2.5.1
Expand Down

0 comments on commit ae1508e

Please sign in to comment.