From ed45e48932b24fa28b73cc5ddd1fd65c31081069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:39:52 +0000 Subject: [PATCH] deps(deps): update pytest-cov requirement in /tools/python 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/v4.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index d45ef29..e675f73 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -4,4 +4,4 @@ requests>=2.25 tabulate>=0.9 jinja2>=3.0 pytest>=7.0 -pytest-cov>=4.0 \ No newline at end of file +pytest-cov>=7.1.0 \ No newline at end of file