From 4edeca81ad38eda216d245c89f9fad6b7c484882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:11:12 +0000 Subject: [PATCH] Update pytest-cov requirement from <4.0,>=2.5 to >=2.5,<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.5.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2c0a449..f5cadb8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,4 @@ pytest>=3.0,<7 coverage>=4.3,<7 setuptools_scm>=1.15,<7.0 tox>=2.5,<4.0 -pytest-cov>=2.5,<4.0 \ No newline at end of file +pytest-cov>=2.5,<5.0 \ No newline at end of file