From 455dc95e841cc5b17ad630b6ad9c2d313102b7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 13:51:55 +0000 Subject: [PATCH] Update coverage requirement from ~=7.12 to ~=7.13 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.12.0...7.13.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_minimal.txt b/requirements_minimal.txt index a6f3d645d..c1457cfcc 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.12 +coverage~=7.13 pytest pytest-cov~=7.0 mypy; platform_python_implementation!="PyPy"