From 8fabd96af7732b376a0e563eb2c97393edadea08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 23:15:45 +0000 Subject: [PATCH] :arrow_up: Update pytest-cov requirement from ^4.0.0 to ^5.0.0 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/v4.0.0...v5.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 ed69f60..1026b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^7.2.1" pyupgrade = "^3.3.1" ruff = "^0.0.287" pytest-html = "^3.1.1" -pytest-cov = "^4.0.0" +pytest-cov = "^5.0.0" yamllint = "^1.29.0" [tool.ruff]