From c484f930c5654e11836fcaa1f266c9791bc9b765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:39:17 +0000 Subject: [PATCH] build(deps): update coverage requirement Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/coverage-3.0b1...7.13.5) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/unit_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/unit_tests/requirements.txt b/.github/workflows/requirements/unit_tests/requirements.txt index 99f6f4ba7d974d..66ed3813d8074b 100644 --- a/.github/workflows/requirements/unit_tests/requirements.txt +++ b/.github/workflows/requirements/unit_tests/requirements.txt @@ -1,5 +1,5 @@ pytest==9.0.3 pytest-cov==7.1.0 pytest-xdist==3.8.0 -coverage[toml]<=7.11.0 +coverage[toml]<=7.13.5 clingo==5.8.0