From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 13:26:08 +0000 (+0200) Subject: Bump pytest-cov from 4.0.0 to 4.1.0 (#690) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=66284d33225234e3b1968097bd1537b9c8ae487c;p=music-assistant-server.git Bump pytest-cov from 4.0.0 to 4.1.0 (#690) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.0.0 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-cov 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 98773035..b9204ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "pytest==7.3.1", "pytest-asyncio==0.21.0", "pytest-aiohttp==1.0.4", - "pytest-cov==4.0.0", + "pytest-cov==4.1.0", "pre-commit==3.3.2" ]