From 13d48c9137a54dd2ecc0a3022594ec296ce25a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 18:57:07 +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 263f043..1702adc 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'test': [ 'pylint==2.8.*', 'pytest==6.2.*', - 'pytest-cov==2.12.*', + 'pytest-cov>=2.12,<4.2', 'unify==0.5' ] },