From 4df34ddaae61cd12ba6d29e1afc32b6c3741fc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:21:21 +0000 Subject: [PATCH] Bump pytest-cov from 2.11.1 to 6.0.0 in /tests Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.1...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/e2e_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e_tests/requirements.txt b/tests/e2e_tests/requirements.txt index a4716e496470f4..02cc85ad0f4745 100644 --- a/tests/e2e_tests/requirements.txt +++ b/tests/e2e_tests/requirements.txt @@ -21,7 +21,7 @@ tabulate==0.9.0 pytest>=5.0,<=7.0.1; python_version < '3.10' pytest==8.3.1; python_version >= '3.10' -pytest-cov==2.11.1 +pytest-cov==6.0.0 # pytest-html==1.19.0 pytest-html pytest-json-report==1.5.0