From 12c4cb784f205c7b5ba80f13b61ffb9c44bb8f24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:53:57 +0000 Subject: [PATCH] chore(deps): Update nonebot-plugin-alconna requirement Updates the requirements on [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna) to permit the latest version. - [Release notes](https://github.com/nonebot/plugin-alconna/releases) - [Commits](https://github.com/nonebot/plugin-alconna/compare/v0.53.1...v0.62.0) --- updated-dependencies: - dependency-name: nonebot-plugin-alconna dependency-version: 0.62.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..f4f42c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = [{ name = "Satoshi Jek", email = "jks15satoshi@gmail.com" }] dependencies = [ "anyio>=4.6.2.post1", - "nonebot-plugin-alconna>=0.53.1", + "nonebot-plugin-alconna>=0.62.0", "nonebot-plugin-uninfo>=0.4.0", "nonebot2>=2.3.0", ]