From 06c3801dc88fddd7d9000de287b2fc44219730bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 11:12:45 +0000 Subject: [PATCH] Update coverage requirement from >=7.1.0 to >=7.15.2 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.1.0...7.15.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 667a5dfe..9de52107 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,2 +1,2 @@ -coverage>=7.1.0 +coverage>=7.15.2 pytest>=7.0.0 \ No newline at end of file