From 1e60fed050d4bd722515fa57ae5a7d87efad4144 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 27 Jun 2025 12:12:55 +0000
Subject: [PATCH] Update coverage requirement from ~=7.8 to ~=7.9

Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.8.0...7.9.1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.9.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements_minimal.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements_minimal.txt b/requirements_minimal.txt
index 05b8f376e..2f975f3b2 100644
--- a/requirements_minimal.txt
+++ b/requirements_minimal.txt
@@ -3,7 +3,7 @@ contributors-txt>=0.7.4
 tbump~=6.11
 
 # Tools used to run tests
-coverage~=7.8
+coverage~=7.9
 pytest
 pytest-cov~=6.1
 mypy