From 2aa9a781d25329f0a5c2618ac371e3234ece4c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 05:18:08 +0000 Subject: [PATCH] Update coverage requirement from <7.8,>=5.3 to >=5.3,<7.9 Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.3...7.8.0) --- updated-dependencies: - dependency-name: coverage 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 ae894f2b..ff958d67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ doc = [ "sphinxcontrib-mermaid>0.7,<1.1.0", ] tests = [ - "coverage>=5.3,<7.8", + "coverage>=5.3,<7.9", "doc8>=0.9,<1.2", "pre-commit>=2.9,<4.3", "pytest>=6.2,<8.4",