From e5b56977a2aeb169d3841d32c14c934c112a244d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 16:56:49 +0000 Subject: [PATCH] Update pytest-cov requirement from ==2.12.* to >=2.12,<4.2 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.12.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57c82f4..b842f0a 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "test": [ 'pylint==2.10.*', 'pytest==6.2.*', - 'pytest-cov==2.12.*', + 'pytest-cov>=2.12,<4.2', ] }, entry_points="""