From 4af73c40d436c3be93bc2f1a11b9636e329b12a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:15:00 +0000 Subject: [PATCH] Update pytest-cov requirement from <4,>=2 to >=2,<5 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.0.0...v4.0.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 3153ba3..53fec00 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ license="Apache 2.0", install_requires=REQUIREMENTS, extras_require={ - "testing": ["pytest==6.*", "pytest-cov>=2,<4"], + "testing": ["pytest==6.*", "pytest-cov>=2,<5"], "docs": [ "sphinx>=3,<5", "sphinx-book-theme==0.*",