From c81b89a9e7531d8347ed232b281ba18f7f81bf4e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 00:03:44 +0300 Subject: [PATCH] Bump pytest-cov from 2.6.0 to 2.7.1 (#249) Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.6.0 to 2.7.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.6.0...v2.7.1) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b4ecb24..ec62136 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ flake8==3.6.0 async-timeout==3.0.1 pytest==4.0.2 -pytest-cov==2.6.0 +pytest-cov==2.7.1 pytest-mock==1.10.4 coverage==4.5.2 sphinx==1.8.2