From d42d11d6b0c9b7f3a0d3bc267cddea702e439bcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:14:57 +0000 Subject: [PATCH] chore(deps): bump pytest-cov from 6.1.0 to 6.2.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.0 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e88532f9..5c8ac5f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ test = [ "pytest >=7.2.0,<9.0.0", "pytest-cases ==3.8.6", "pytest-custom_exit_code ==0.3.0", - "pytest-cov ==6.1.0", + "pytest-cov ==6.2.1", "pytest-doctestplus ==1.3.0", "pytest-env ==1.1.5", ]