From 4b90f753a5cd2f8d8ec9716af2bd050cfe3beb2d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Mar 2026 21:43:06 +0000 Subject: [PATCH] chore(deps): update dependency anyio to v4.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64a5bbf..0fa79a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "annotated-doc==0.0.4", "annotated-types==0.7.0", - "anyio==4.12.1", + "anyio==4.13.0", "argon2-cffi==25.1.0", "argon2-cffi-bindings==25.1.0", "certifi==2026.2.25",