From d0762556c822aa6c5245e4157d203e3d2e4c4253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:43:09 +0000 Subject: [PATCH] Update pytest-cov requirement from <6.0,>=3.0.0 to >=3.0.0,<7.0 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/v3.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 5ed4e77..0f141c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ markdown = ["matplotlib"] tests = [ "pytest>=7.2.0,<9.0", "pytest-sugar>=0.9.6,<2.0", - "pytest-cov>=3.0.0,<6.0", + "pytest-cov>=3.0.0,<7.0", "pytest-mock>=3.8.2,<4.0", "dvclive[image,plots,markdown]", "ipython",