From 6aee743a13f7b5ad23b1d12bd8d9176e5ddf220f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 22:26:36 +0000 Subject: [PATCH] chore(deps): update coverage requirement from ~=7.3.0 to ~=7.11.0 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.3.0...7.11.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a330cfa..b610df4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pytest >= 7.2.1, < 9 pytest-cov ~= 5.0.0 pytest-xdist ~= 3.6.1 -coverage ~= 7.3.0 +coverage ~= 7.11.0 diff-cover >= 8.0.3, < 9 ansicolors~=1.1