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