diff --git a/python/pyproject.toml b/python/pyproject.toml index 2257c6d2c..2b52ce9a2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -17,7 +17,7 @@ aiohttp = "^3.8.3" mnemonic = "^0.20" [tool.poetry.group.dev.dependencies] -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.25.0" [build-system] requires = ["poetry-core"]