From b1ebe5ceaed9a081c8f41ff16633bec54e271e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:07:09 +0000 Subject: [PATCH] Bump pytest-cov from 2.8.1 to 4.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 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/v2.8.1...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07d0c48..f7da5fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ codecov==2.0.22 pytest==5.4.1 -pytest-cov==2.8.1 +pytest-cov==4.0.0 pytest-travis-fold==1.3.0 setuptools==46.1.3 requests>=2.0.0