From 94b2bbe3adf4a498fdb4d90a387354ea493672b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 01:04:30 +0200 Subject: [PATCH] Chore(deps): Bump pytest-cov from 6.2.1 to 7.0.0 (#2401) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.1 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.2.1...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f84fb121..e9aea245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ test = [ "pre-commit-hooks==6.0.0", "pytest==8.4.2", "pytest-aiohttp==1.1.0", - "pytest-cov==6.2.1", + "pytest-cov==7.0.0", "syrupy==4.9.1", "tomli==2.2.1", "ruff==0.12.12", -- 2.34.1