From 2c53e44359ff87f54aee79a1a67193840061da8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:38:20 +0000 Subject: [PATCH] :arrow_up: Update pytest-cov requirement from ^3.0.0 to ^4.1.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/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 36cbcf4..2c1a3eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ python = "^3.9" [tool.poetry.dev-dependencies] pytest = "^7.4.3" pytest-html = "^3.1.1" -pytest-cov = "^3.0.0" +pytest-cov = "^4.1.0" bandit = "^1.7.1" ruff = "^0.1.6" pre-commit = "^2.21.0"