From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:14:06 +0000 (+0200) Subject: Chore(deps): Bump pytest-cov from 6.1.1 to 6.2.1 (#2237) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=c46aa893445c225c1350790cc82afb2db13c8e76;p=music-assistant-server.git Chore(deps): Bump pytest-cov from 6.1.1 to 6.2.1 (#2237) Bumps [pytest-cov](https://github.com/pytest-dev/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:production update-type: version-update:semver-minor ... 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 bc4b4ed5..f3eac673 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "pre-commit-hooks==5.0.0", "pytest==8.3.5", "pytest-aiohttp==1.1.0", - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", "syrupy==4.9.1", "tomli==2.2.1", "ruff==0.11.13",