From f152ba5e68d291ea7d7c0dfbe472a8d9f0808f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 07:10:51 +0000 Subject: [PATCH] Bump pytest-cov from 2.8.1 to 2.12.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.12.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...v2.12.0) 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..b4e93a7 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==2.12.0 pytest-travis-fold==1.3.0 setuptools==46.1.3 requests>=2.0.0