From 43f20fe24f64640560ecf282e83f707b7a2823d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:14:43 +0200 Subject: [PATCH] Bump coverage from 7.10.3 to 7.10.4 (#6108) Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.3 to 7.10.4. - [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.10.3...7.10.4) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.10.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index ddb3b3706..c5042cd29 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,5 +1,5 @@ astroid==3.3.11 -coverage==7.10.3 +coverage==7.10.4 mypy==1.17.1 pre-commit==4.3.0 pylint==3.3.8