From 1e8762bb77c364903ab381960769b2b2a62498a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:08:45 +0000 Subject: [PATCH] Update coverage requirement from <7.0.0,>=6.2.2 to >=6.2.2,<8.0.0 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/6.3...7.4.1) --- 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 6525d927..a2674470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ "black==24.1.0", "blackdoc==0.3.9", "bump-my-version>=0.17.1", - "coverage>=6.2.2,<7.0.0", + "coverage>=6.2.2,<8.0.0", "coveralls>=3.3.1", "flake8-alphabetize>=0.0.21", "flake8-rst-docstrings>=0.3.0",