diff --git a/pyproject.toml b/pyproject.toml index f41cc7b..726eb52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=7.0.0", - "pytest-asyncio>=0.21.0", + "pytest-asyncio>=1.3.0", "ruff>=0.1.0", "httpx>=0.24.0", "pre-commit>=3.6.0", @@ -67,7 +67,7 @@ dev = [ ] tests = [ "pytest>=7.0.0", - "pytest-asyncio>=0.21.0", + "pytest-asyncio>=1.3.0", "pytest-cov>=4.0.0", "pytest-timeout>=2.0.0", "pytest-xdist>=3.0.0",