From 9c32c4548f67efcb47093f82754b8137c266be55 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Dec 2025 12:00:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v7 --- brain/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"