From 44b501f49d084d7fc6e0ff49bff26df0e43ad455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 07:48:28 +0000 Subject: [PATCH] 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 9b5e241..36910f6 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,6 +1,6 @@ coverage[toml] == 7.* pytest == 8.4.* -pytest-cov == 6.3.* +pytest-cov == 7.0.* pytest-timeout == 2.4.* pytest-xdist == 3.8.* types-PyYAML == 6.*