diff --git a/brain/pyproject.toml b/brain/pyproject.toml index c078b0b..a9958c5 100644 --- a/brain/pyproject.toml +++ b/brain/pyproject.toml @@ -19,7 +19,7 @@ httpx = "^0.28.1" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" pytest-cov = "^4.1.0" -pytest-asyncio = "^0.23.0" +pytest-asyncio = "^1.0.0" ruff = "^0.14.7" pre-commit = "^4.5.1" bump-my-version = "^1.2.5"