From a3a3353983334c82bb052058a2a32c1b64bfaeea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:51:33 +0800 Subject: [PATCH] fix(deps): update dependency nonebot2 to v2.1.0 (#470) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index abe8ddd4..e7025ab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements.txt b/requirements.txt index 23acbd28..618e0a70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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