From 2d2679544697af4b372118adaac81db76049843f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 08:43:03 -0500 Subject: [PATCH] Update pytest-cov requirement from ~=5.0 to ~=6.0 (#2633) Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_minimal.txt b/requirements_minimal.txt index 71170ce8bd..83ecd8e981 100644 --- a/requirements_minimal.txt +++ b/requirements_minimal.txt @@ -5,4 +5,4 @@ tbump~=6.11 # Tools used to run tests coverage~=7.6 pytest -pytest-cov~=5.0 +pytest-cov~=6.0