From 9facd0fe065456aa6b88d17b27c7fddc68170cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 07:39:52 +0000 Subject: [PATCH] Bump pytest-cov from 2.11.1 to 6.1.0 in /tests Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 6.1.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.1.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 ce3eb04ef4b95a..1be9bbe0207ebc 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.0 # pytest-html==1.19.0 pytest-html pytest-json-report==1.5.0