From 3e61661e849ef3fc01e0ee94ebb903d88ab2e20e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 13:23:12 +0000 Subject: [PATCH] Update anyio requirement from >=4.13.0 to >=4.14.2 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.13.0...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31002eb..bb1285d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "hypothesis>=6.157.0", - "anyio>=4.13.0", + "anyio>=4.14.2", ] [tool.hatch.build.targets.wheel]