From 0353f2d26a902b8641d79a5c2ece5f027716b6ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 22:42:37 +0000 Subject: [PATCH] chore(deps): update pytest-cov requirement from ==6.0.* to ==6.1.* 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.0.0...v6.1.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 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 78dabae6..89a448b5 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,7 +1,7 @@ coverage[toml] == 7.* coverage-conditional-plugin == 0.9.0 pytest == 7.4.* -pytest-cov == 6.0.* +pytest-cov == 6.1.* pytest-timeout == 2.3.* pytest-xdist == 3.6.* black == 25.*