From e93d329e4904e1132f0c2f5fcb513ecf492ed706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:04:03 +0000 Subject: [PATCH] Update pytest-cov requirement from ^2.9 to ^4.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [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.9.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90086ab..6e30f22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.6.1" [tool.poetry.dev-dependencies] tox = "^3.15" pytest = "^6.0" -pytest-cov = "^2.9" +pytest-cov = "^4.0" coverage = {version = "^5.1", extras = ["toml"]} coverage2clover = "^2.0" wemake-python-styleguide = "^0.15.1"