From 6de7505d9a85fe2b0a29909751a6a6e147a677b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:36:25 +0000 Subject: [PATCH] :arrow_up:(deps): update coverage requirement from >=7.15.0 to >=7.15.1 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.1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.1 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..4ff0d34a 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.1 # HTTP client for GitHub integration requests>=2.33.1 \ No newline at end of file