From fcad5ae04aafd2cbaab1b336ddd87080a52ed6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 10:59:00 +0000 Subject: [PATCH] build(deps-dev): bump pytest-cov in the pytest-dependencies group Bumps the pytest-dependencies group with 1 update: [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `pytest-cov` from 6.1.1 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.1...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 561abe0..0ed71f4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ betamax==0.9.0 betamax-serializers==0.2.1 pytest==8.4.0 pytest-asyncio==0.26.0 -pytest-cov==6.1.1 +pytest-cov==6.2.1 pytest-mock==3.14.1