From a4c140f3cc89d6d5cd44dcdbe028ffb9b75c4cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:05:39 +0000 Subject: [PATCH 1/2] chore(deps): update pytest-cov requirement from ==6.3.* to ==7.0.* Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 877a881..c4c2508 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,7 +1,7 @@ coverage[toml] == 7.* coverage-conditional-plugin == 0.9.0 pytest == 8.4.* -pytest-cov == 6.3.* +pytest-cov == 7.0.* pytest-timeout == 2.4.* pytest-xdist == 3.8.* black == 25.* From d20f53f7cbe25ece896f56bf00e1e78833973056 Mon Sep 17 00:00:00 2001 From: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> Date: Thu, 2 Oct 2025 09:16:26 -0500 Subject: [PATCH 2/2] chore: added patch to coverage to measure subprocesses. Signed-off-by: Eric Osiowy <134728121+erico-aws@users.noreply.github.com> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5d6fbe0..bf60822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,6 +141,7 @@ addopts = [ branch = true parallel = true plugins = ["coverage_conditional_plugin"] +patch = ["subprocess"] [tool.coverage.paths]