From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 15:59:21 +0000 (+0100) Subject: Bump pytest-cov from 2.12.1 to 3.0.0 (#179) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=8b3dfff21e2336db9dc7b97391aef6618246a1e5;p=music-assistant-server.git Bump pytest-cov from 2.12.1 to 3.0.0 (#179) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.1...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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/requirements_test.txt b/requirements_test.txt index ff6240c5..e2e91c0f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,3 +1,3 @@ pytest==6.2.5 -pytest-cov==2.12.1 +pytest-cov==3.0.0 pytest-timeout==1.4.2