diff --git a/pyproject.toml b/pyproject.toml index 0eb096a..9a92f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8.2", - "pytest-asyncio>=0.23", + "pytest-asyncio>=1.4.0", "pytest-cov>=5.0", "hypothesis>=6.100", "testcontainers[postgres,redis]>=4.5",