From aa43fe0d377a9532ef8f4fd06c63d62615bb7bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 09:53:04 +0000 Subject: [PATCH] Bump pytest-cov from 2.8.1 to 2.11.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.11.1. - [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.11.1) 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..ff215c6 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.11.1 pytest-travis-fold==1.3.0 setuptools==46.1.3 requests>=2.0.0