From b1110ea250f817276a8d287e8b7b314ad4fd238d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:49:54 +0000 Subject: [PATCH] chore(deps): update pytest-cov requirement from ==4.* to ==5.* 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/v4.0.0...v5.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 2d5b711ed..e8c3b296d 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -2,7 +2,7 @@ coverage[toml] ~= 7.2; python_version == '3.7' coverage[toml] == 7.*; python_version > '3.7' coverage-conditional-plugin == 0.9.* pytest == 7.* -pytest-cov == 4.* +pytest-cov == 5.* pytest-timeout == 2.* pytest-xdist == 3.* freezegun == 1.*