From bbbff8ee25a37075b51ef888940427dfa093d255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 16:02:12 +0000 Subject: [PATCH] Bump pytest-cov from 2.8.1 to 2.12.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.8.1 to 2.12.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.8.1...v2.12.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index f190697c..b8939c24 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -6,7 +6,7 @@ flake8-isort==2.8.0 pydocstyle==5.0.2 pylint==2.5.2 pytest==5.4.2 -pytest-cov==2.8.1 +pytest-cov==2.12.1 pytest-timeout==1.3.4 setuptools==57.4.0 tox==3.14.5