diff --git a/pyproject.toml b/pyproject.toml index 9fe769b..0425a1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ lint = [ ] test = [ "pytest>=9.0.1", - "pytest-asyncio>=1.3.0", + "pytest-asyncio>=1.4.0", "pytest-cov>=7.0.0", ]