From 48563f45b5c60ed6c04d9e4febd7f236f1431533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:02:36 +0000 Subject: [PATCH] Update coverage requirement from >=7.14.1 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.14.1...7.15.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.0 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 bda4bc35fd..37fc557b94 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -coverage>=7.14.1 +coverage>=7.15.0 nose>=1.3.7 pytest pytest-cov