From 9b8660f31e89383654c2805ace7985df2711ce39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:05:57 +0000 Subject: [PATCH] :arrow_up:(deps): update coverage requirement from >=7.14.2 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.2...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 e25dfad1..42538aa3 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -38,7 +38,7 @@ pyfakefs>=6.2.0 # Additional utilities tox>=4.53.0 -coverage[toml]>=7.14.2 +coverage[toml]>=7.15.0 # HTTP client for GitHub integration requests>=2.33.1 \ No newline at end of file