diff --git a/pyproject.toml b/pyproject.toml index 7f62d6b..149c824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.7" [tool.poetry.dev-dependencies] pre-commit = "^4.0.0" pytest = "^8.0.0" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.25.0" [build-system] requires = ["poetry>=0.12"]