From c1eaf28804f4064c77cada1d465f8bf8707d3c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:13:57 +0000 Subject: [PATCH] chore(deps): update pytest-cov requirement from ==6.2.* to ==6.3.* 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.2.0...v6.3.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.3.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 3848d4b..4c4d966 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.2.* +pytest-cov == 6.3.* pytest-timeout == 2.4.* pytest-xdist == 3.8.* black == 25.*