From 2e78bd4d9d8e13458a65595585da5d01c43d423f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 15:25:18 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=2.11.1 to ~=3.0.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.11.1...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c9a3d1f7..99369c1d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest~=6.2.3 pytest-benchmark~=3.4.1 -pytest-cov~=2.11.1 +pytest-cov~=3.0.0 pytest-recording~=0.11.0 pytest-console-scripts~=1.1.0 recommonmark~=0.7.1