From 1d0c01c1e8e7d09082add22c46d01fcd6f52b846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 01:48:44 +0000 Subject: [PATCH] chore(deps): Update coverage requirement from ~=7.3.0 to ~=7.15.0 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/7.3.0...7.15.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 8461cbd..60f998e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,4 @@ pytest >= 9.0.3, < 10 pytest-mock ~= 3.14 mfd-connect >= 7.12.0 -coverage ~= 7.3.0 \ No newline at end of file +coverage ~= 7.15.0 \ No newline at end of file