From 7ed228c1710af276daca9a4cd2ec85c3e2ec3612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:54:51 +0000 Subject: [PATCH] :arrow_up: Update pytest-cov requirement from >=4,<6 to >=4,<7 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...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 2d6319dc..002b3ee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ hypothesis = "^6.124.1" pyupgrade = "^3.19.1" safety = ">=2.3.5,<4.0.0" pytest-html = "^3.2.0" -pytest-cov = ">=4,<6" +pytest-cov = ">=4,<7" Sphinx = ">=5.3,<8.0" sphinxcontrib-applehelp = "^1.0.8" sphinxcontrib-devhelp = "^1.0.6"