diff --git a/pyproject.toml b/pyproject.toml index ee13baa0..9bf91649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8.0", - "pytest-asyncio>=0.23", + "pytest-asyncio>=1.4.0", "pytest-cov>=4.1", "pytest-mock>=3.12", "ruff>=0.4",