From fa06da582fc2a777ac7e239156f4be15a685e348 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 04:29:39 +0000 Subject: [PATCH] Bump pytest-cov from 2.8.1 to 2.9.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.9.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.9.0) Signed-off-by: dependabot-preview[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5735357..a56406b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -34,7 +34,7 @@ py==1.8.1 # via pytest pyparsing==2.4.7 # via packaging pytest-aiohttp==0.3.0 # via -r test-requirements.in pytest-asyncio==0.12.0 # via -r test-requirements.in -pytest-cov==2.8.1 # via -r test-requirements.in +pytest-cov==2.9.0 # via -r test-requirements.in pytest-django==3.9.0 # via -r test-requirements.in pytest-mock==3.1.0 # via -r test-requirements.in pytest-mypy==0.6.2 # via -r test-requirements.in