diff --git a/pyproject.toml b/pyproject.toml index 35303e1..097d8d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=7.0", - "pytest-asyncio>=0.21", + "pytest-asyncio>=1.2.0", "pytest-cov>=4.0", "black>=23.0", "isort>=5.12",