From e9e8ff2172e60134411e4455063eea0c5afa32be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:06:49 +0000 Subject: [PATCH] :arrow_up:(deps): update coverage requirement from >=7.15.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.15.0...7.15.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 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 8f1dde24..3c23cfb6 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.15.0 +coverage[toml]>=7.15.2 # HTTP client for GitHub integration requests>=2.33.1 \ No newline at end of file