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