From 269f9f40580bcd6beb1644baa45ca01891b18dd7 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Mon, 15 Jun 2026 22:04:03 +0000 Subject: [PATCH] Update dependency anyio to v4.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 692b625..6e842bc 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.13.0", + "anyio==4.14.0", "argon2-cffi==25.1.0", "argon2-cffi-bindings==25.1.0", "certifi==2026.5.20",