From 4c992ee9bd242d8dbafb7c4a6f3da8069d683f03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:23:33 +0000 Subject: [PATCH] chore(deps): update pytest-cov requirement from ==7.0.* to ==7.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/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.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 599fd2e..433a769 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -2,7 +2,7 @@ coverage[toml] == 7.* coverage-conditional-plugin == 0.9.0 pytest == 9.0.*; python_version >= '3.10' pytest == 8.4.*; python_version < '3.10' -pytest-cov == 7.0.* +pytest-cov == 7.1.* pytest-timeout == 2.4.* pytest-xdist == 3.8.* black == 25.*