From ced4b92286cd938b51d3296d13447720105acce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:22:20 +0000 Subject: [PATCH] Bump pytest-cov from 6.0.0 to 6.1.1 in the python-updates group Bumps the python-updates group with 1 update: [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `pytest-cov` from 6.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/v6.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-minor dependency-group: python-updates ... Signed-off-by: dependabot[bot] --- install/testing_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/testing_requirements.txt b/install/testing_requirements.txt index a5fc6d3c0..935926ca7 100644 --- a/install/testing_requirements.txt +++ b/install/testing_requirements.txt @@ -1,7 +1,7 @@ flake8==7.2.0 coverage>=7.5 pytest==8.3.5 -pytest-cov==6.0.0 +pytest-cov==6.1.1 pytest-timeout==2.3.1 mock==5.2.0 python-dateutil==2.9.0.post0