From 6d516cd300d8a1c694dee6f8b6fc56c68d572c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 17:02:54 +0000 Subject: [PATCH] Bump coverage from 7.8.0 to 7.11.0 in /requirements Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.8.0 to 7.11.0. - [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.11.0) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index ba5a28f..8732729 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,5 +1,5 @@ -r production.txt pytest==7.4.2 pytest-cov==6.1.0 -coverage==7.8.0 +coverage==7.11.0 codecov==2.1.13