From ae1508e87741586dd53eb2f62c7cbee7b9758376 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:19:16 +0000 Subject: [PATCH] fix(deps): update dependency nonebot2 to v2.3.2 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a2c6b120..097fa98b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements.txt b/requirements.txt index 0b147ff5..4c9cde78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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