From 0dc738b389732ee0a82794275790d3404c1b2afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:56:08 +0000 Subject: [PATCH] Update anyio requirement from ~=4.13.0 to ~=4.14.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.13.0...4.14.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.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 f79a5f5..3ddf62c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3 :: Only", ] -dependencies = ["anyio~=4.13.0"] +dependencies = ["anyio~=4.14.0"] [project.optional-dependencies] dev = ["ruff", "pre-commit"]