From 92c68ccb884b6cbe4b4625b175d57b75b6a59a13 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 19:21:24 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-cov from 2.8.1 to 2.10.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.10.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.10.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 143239f..d20ce4e 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def read(path, encoding="utf-8"): "isort==4.3.21", "black==19.10b0", "mypy==0.770", - "pytest-cov==2.8.1", + "pytest-cov==2.10.0", "flake8==3.7.9", "flake8-docstrings==1.5.0", "pydocstyle!=4.0.0,<6.0.0", # There is an issue with indented code blocks in 4.0.0