From 8d8aa3a0231020d8f2270b9c3c2615428a810c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:57:49 +0000 Subject: [PATCH] chore(deps): 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/v4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00d1ea58..f1b48fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ Documentation = "https://manytask.github.io/checker/" [project.optional-dependencies] test = [ "pytest >=6.0.0,<9.0.0", - "pytest-cov >=4.0.0,<7.0.0", + "pytest-cov >=4.0.0,<8.0.0", "pytest-mock >=3.0.0,<4.0.0", "requests-mock >=1.0.0,<2.0.0", "black ==25.1.0",