From c196343f1f9ff613fb1181b682415e238eeb70b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:12:33 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement from ^4.0.0 to >=4,<6 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 4d36e73..47e1487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tox = "^4.11.4" [tool.poetry.group.test.dependencies] pytest = "^7.1.2" -pytest-cov = "^4.0.0" +pytest-cov = ">=4,<6" [tool.poetry.group.test-flake8.dependencies]