diff --git a/pyproject.toml b/pyproject.toml index 45a18982..63df520f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ members = [ [dependency-groups] dev = [ "pytest~=9.0", - "pytest-asyncio~=1.3.0", + "pytest-asyncio>=1.3,<1.5", "pytest-mock~=3.15", "coverage~=7.6", "ruff~=0.15.10",