From 2d7ca751f7ec8977064b73507f40ba2b0e2947fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:16:19 +0000 Subject: [PATCH] deps(deps-dev): update pytest-cov requirement from ^4.1 to ^7.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5099569..ad2c97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ psutil = "^5.9" [tool.poetry.group.dev.dependencies] pytest = "^7.4" pytest-asyncio = "^0.23" -pytest-cov = "^4.1" +pytest-cov = "^7.0" pytest-mock = "^3.12" mypy = "^1.8" ruff = "^0.1"