From e7a822377f4b1571a785fb5801b354f6d4346f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:52:37 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement 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/v6.1.1...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 8863374..f459a66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pyreadr = "^0.5" [tool.poetry.group.dev.dependencies] pytest = "^8.3.5" -pytest-cov = "^6.1.1" +pytest-cov = ">=6.1.1,<8.0.0" pytest-benchmark = ">=4,<6" python-semantic-release = "^9.21.0" mypy = "^1.15.0"