From 995d49cc469b4fb5162509179f1f37723931d79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:02:03 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=3.0.0 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/v3.0.0...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 a0a222a31795..daa1c429890d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -110,7 +110,7 @@ PyQt5-sip~=12.11.0 pyqtgraph~=0.12.4 pyrsistent~=0.18.1 pytest~=7.1.3 -pytest-cov~=3.0.0 +pytest-cov~=4.0.0 pytest-forked~=1.4.0 pytest-mock~=3.8.2 pytest-rerunfailures~=10.2