From 65883b37a9cf8b72afd45e122ab4258c92ee3170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:54:03 +0000 Subject: [PATCH] chore(deps): Update nonebot2 requirement from >=2.3.0 to >=2.5.0 Updates the requirements on [nonebot2](https://github.com/nonebot/nonebot2) to permit the latest version. - [Release notes](https://github.com/nonebot/nonebot2/releases) - [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md) - [Commits](https://github.com/nonebot/nonebot2/compare/v2.3.0...v2.5.0) --- updated-dependencies: - dependency-name: nonebot2 dependency-version: 2.5.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..97faae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "anyio>=4.6.2.post1", "nonebot-plugin-alconna>=0.53.1", "nonebot-plugin-uninfo>=0.4.0", - "nonebot2>=2.3.0", + "nonebot2>=2.5.0", ] requires-python = ">=3.11" readme = "README.md"