Skip to content

Commit

Permalink
fix(deps): update dependency nonebot2 to v2.1.0 (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 10, 2023
1 parent a27b45e commit a3a3353
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 @@ -27,7 +27,7 @@ magneturi = "^1.3"
nonebot-adapter-onebot = "^2.2.4"
nonebot-plugin-apscheduler = "^0.3.0"
nonebot-plugin-guild-patch = "^0.2.3"
nonebot2 = {extras = ["fastapi"], version = "^2.0.1"}
nonebot2 = {extras = ["fastapi"], version = "^2.1.0"}
pikpakapi = "^0.1.3"
Pillow = "^10.0.0"
pydantic = "^1.10.12"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nb-cli~=1.2.3
nonebot-adapter-onebot~=2.2.4
nonebot-plugin-apscheduler~=0.3.0
nonebot-plugin-guild-patch~=0.2.3
nonebot2[fastapi]~=2.0.1
nonebot2[fastapi]~=2.1.0
pikpakapi~=0.1.3
Pillow~=10.0.0
pydantic~=1.10.12
Expand Down

0 comments on commit a3a3353

Please sign in to comment.