From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:04:30 +0000 (+0200) Subject: Chore(deps): Bump pytest-cov from 6.2.1 to 7.0.0 (#2401) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=94b2bbe3adf4a498fdb4d90a387354ea493672b7;p=music-assistant-server.git 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> --- 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",