From 174253b79bc0b0f18ca0f317b019976fa521eb03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:08:58 +0000 Subject: [PATCH] Update pytest-cov requirement from <4.2,>=2.7.1 to >=2.7.1,<5.1 (#6777) 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/v2.7.1...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e48eeb321..7b332e52c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "pdoc>=4.0.0", "pyinstaller==6.5.0", "pytest-asyncio>=0.23,<0.24", - "pytest-cov>=2.7.1,<4.2", + "pytest-cov>=2.7.1,<5.1", "pytest-timeout>=1.3.3,<2.4", "pytest-xdist>=2.1.0,<3.6", "pytest>=6.1.0,<9",