From b2c8ba36362e4cef6de1a814d628de3a8ae19ea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:14:35 +0000 Subject: [PATCH] Bump pytest-cov from 2.11.1 to 6.1.1 in /tests Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 6.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 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 ce3eb04ef4b95a..8ab0f6b2695474 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.1.1 # pytest-html==1.19.0 pytest-html pytest-json-report==1.5.0