From 152e3c9fdd4831e81ed80a0183e2ba1cca501744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:32:08 +0000 Subject: [PATCH] Update pytest-cov requirement from ~3 to ~4 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [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.1.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 ee2f67f..2d90bd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ isort = "~5" mkdocs-material = "~8" mypy = "~1" pytest = "~7" -pytest-cov = "~3" +pytest-cov = "~4" types-setuptools = "^57.4.17" types-requests = "^2.27.30"