From 0b9f9bc21e05cd5b6fa69fe250f3fc78a4f21762 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 13:12:43 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b957582..4d88c9a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ async-generator==1.10; python_version>="3.6" codacy-coverage==1.3.11 mock==3.0.5 -pytest-cov==2.8.1 +pytest-cov==2.9.0 pytest-tornasync==0.6.0.post2; python_version >= '3.5' pytest-trio==0.5.2; python_version>="3.6" pytest==4.6.6; python_version<"3.5"