From 8f87a53dfe61009bd46c522b16f95e5f88f4896b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 16:03:47 +0000 Subject: [PATCH] Update pytest-cov requirement from ^3.0.0 to ^4.0.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/v3.0.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 03b1a288..c3ae2b73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ wmi = {version="^1.5.1", optional=true} [tool.poetry.dev-dependencies] pytest = ">=5.4.1,<8" -pytest-cov = "^3.0.0" +pytest-cov = "^4.0.0" flake8 = "^5.0.3" sphinx = "^4.0.0" coverage = "^6.0" -- 2.47.3