From 0784f32c328e7b381176879fc81bf7c591cb8a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 02:26:46 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement from >=4,<6 to >=4,<7 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...v6.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 c7d2c4a..82f4989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tox = "4.16.0" [tool.poetry.group.test.dependencies] pytest = ">=7.1.2,<9.0.0" -pytest-cov = ">=4,<6" +pytest-cov = ">=4,<7" [tool.poetry.group.test-flake8.dependencies]