From a39e2e7e0f740f9c347e44e41abc72e0f76bcfff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:02:46 +0000 Subject: [PATCH] build(deps-dev): bump pytest-cov from 2.12.0 to 2.12.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 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.12.0...v2.12.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3b52eac4..a5058eaa 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ setuptools.setup( "pytest==6.2.4", "pytest-sugar==0.9.4", "pytest-instafail==0.4.2", - "pytest-cov==2.12.0", + "pytest-cov==2.12.1", "pycodestyle==2.7.0", "black==21.5b1", "isort==5.8.0",