From 91ca2f7bea73e408f28ee6549f486dc70e06d3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:16:51 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=2.7.1 to ~=4.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.7.1...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9f6d1f..287853c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ ionhash~=1.1.0 # Indirect dependencies pytest~=4.6.3 -pytest-cov~=2.7.1 +pytest-cov~=4.0.0 pytest-subtests~=0.3.0 jmespath~=0.9.0 python-dateutil~=2.8.1