From 5b81b56fec0b7bbfe26d4756381bba3f20f11ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 03:23:43 +0000 Subject: [PATCH] Bump pytest-cov from 5.0.0 to 6.1.1 in /tools Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 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/v5.0.0...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] --- tools/requirements_pytest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements_pytest.txt b/tools/requirements_pytest.txt index 51ec00d5effa35..db5e17000ee5c0 100644 --- a/tools/requirements_pytest.txt +++ b/tools/requirements_pytest.txt @@ -1,3 +1,3 @@ pytest==8.3.2 -pytest-cov==5.0.0 +pytest-cov==6.1.1 hypothesis==6.112.0