From 8d09b857e4f6d0a26c3fc92ed1a0209722e96939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 13:52:05 +0000 Subject: [PATCH] Update pytest-cov requirement from <4.0,>=2.12 to >=2.12,<5.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v4.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 70a4ae6e5d..00e2307fe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ license = { text = "BSD 3-Clause License" } [project.optional-dependencies] test = [ "pytest>=6.2.4,<7.2.0", - "pytest-cov>=2.12,<4.0", + "pytest-cov>=2.12,<5.0", "pytest-xdist", "pyyaml>=6,<7", "recommonmark",