From f7a7ba685c2e1679b78c69d5e71cc0ef5d37b116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:12:02 +0000 Subject: [PATCH] chore(deps): update pytest-cov requirement from ==5.* to ==6.* 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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 1bdeb4da..61b8faa8 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -2,7 +2,7 @@ coverage[toml] ~= 7.6; python_version == '3.7' coverage[toml] == 7.*; python_version > '3.7' coverage-conditional-plugin == 0.9.* pytest == 7.* -pytest-cov == 5.* +pytest-cov == 6.* pytest-timeout == 2.* pytest-xdist == 3.* freezegun == 1.*