From 002c8359fe70c209c31e45acff35e9e488ea37d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:46:57 +0300 Subject: [PATCH] Bump pytest-cov from 3.0.0 to 4.0.0 (#688) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.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/v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9ff6265..e4bca7a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,6 +3,6 @@ flake8==5.0.4 pytest==7.1.3 pytest-asyncio==0.16.0;python_version<"3.7" pytest-asyncio==0.19.0;python_version>="3.7" -pytest-cov==3.0.0 +pytest-cov==4.0.0 pytest-httpserver==1.0.6 pytest-rerunfailures==10.2