From 10cc3410a6eb5711f1b03a2a2250b45cd927074e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:54:13 +0000 Subject: [PATCH] chore(deps): Update nonebot-plugin-uninfo requirement Updates the requirements on nonebot-plugin-uninfo to permit the latest version. --- updated-dependencies: - dependency-name: nonebot-plugin-uninfo dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0f4c817..53a1071 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Satoshi Jek", email = "jks15satoshi@gmail.com" }] dependencies = [ "anyio>=4.6.2.post1", "nonebot-plugin-alconna>=0.53.1", - "nonebot-plugin-uninfo>=0.4.0", + "nonebot-plugin-uninfo>=0.11.0", "nonebot2>=2.3.0", ] requires-python = ">=3.11"