From 0c1d7be9a750627fb2a6534c78a998cc46d03f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:17:19 -0400 Subject: [PATCH] chore(deps-dev): require pytest-asyncio 1.4.0 (#2327) Keep pytest-asyncio compatible with ECC's pytest 9 development floor. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9d7b4490..adeea683b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=9.1.1", - "pytest-asyncio>=0.23", + "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "pytest-mock>=3.15.1", "ruff>=0.4",