From 1ffca3cb4840dd48397e9b187a76aa7dff77836b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 11:22:06 +0000 Subject: [PATCH] build(deps): bump pytest-cov from 2.7.1 to 2.8.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.7.1 to 2.8.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.7.1...v2.8.1) Signed-off-by: dependabot-preview[bot] --- travis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/requirements.txt b/travis/requirements.txt index b41ab42da..769f13bf7 100644 --- a/travis/requirements.txt +++ b/travis/requirements.txt @@ -2,7 +2,7 @@ freezegun==0.3.12 pytest==5.1.2 pytest-asyncio==0.10.0 responses==0.10.6 -pytest-cov==2.7.1 +pytest-cov==2.8.1 pytest-random-order==1.0.4 pytest-travis-fold==1.3.0 codecov==2.0.15