From 3ee0ee80345c0a54d040790f9ff6c17fa890b5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 03:40:13 +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 f8eff77..4f86f30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ flake8-black = "^0.3.2" black = "^22.1.0" flake8 = "^5.0.4" pytest = "^7.0.1" -pytest-cov = "^3.0.0" +pytest-cov = "^4.0.0" mypy = "^0.990" pytest-mock = "^3.7.0" flake8-isort = "^5.0.0"