From e12a2724c5280f10eca53b8cc0bde30b7a5d5749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 07:33:23 +0000 Subject: [PATCH] Bump pytest-cov from 2.10.1 to 2.11.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.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.10.1...v2.11.0) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fd330ddd..c06118ab 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ py2exe==0.10.1.0; sys_platform == 'win32' # Testing pytest==6.2.1 -pytest-cov==2.10.1 # Pytest code coverage support +pytest-cov==2.11.0 # Pytest code coverage support coverage[toml]==5.3.1 # pytest-cov dep. This is here to ensure that it includes TOML support for pyproject.toml configs