From 07e4bd7163c6b2d80e39dfe2dded5b88e47e5422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:28:05 +0000 Subject: [PATCH] deps:(deps-dev): 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/v3.0.0...v5.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 c2fd91d6..916cf1d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ ] test = [ "pytest>=7.1.3,<7.3.0", - "pytest-cov>=3.0.0,<3.1.0", + "pytest-cov>=3.0.0,<5.1.0", "pytest-xdist>=3.0.0,<3.2.0", "pytest-sugar>=0.9.4,<0.10.0", "pytest-testmon==2.1.0",