From 3d947980d19a0282245cfc38b5fe3fda009a35c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 18:39:40 +0000 Subject: [PATCH] Update pytest-cov requirement from ~=6.1 to ~=6.2 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/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_minimal.txt b/requirements_minimal.txt index 05b8f376e..0bb987afa 100644 --- a/requirements_minimal.txt +++ b/requirements_minimal.txt @@ -5,5 +5,5 @@ tbump~=6.11 # Tools used to run tests coverage~=7.8 pytest -pytest-cov~=6.1 +pytest-cov~=6.2 mypy