From 71e6fd4235f368206a53d36d9d4435c98761cf2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:56:20 +0000 Subject: [PATCH] Update pytest-cov requirement from >= 2.8.1 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/v2.8.1...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d5d0b3..536ff33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ typing-extensions = ">= 4.7.1" [tool.poetry.dev-dependencies] pytest = ">= 7.2.1" -pytest-cov = ">= 2.8.1" +pytest-cov = ">=5.0.0" tox = ">= 3.9.0" flake8 = ">= 4.0.0" types-python-dateutil = ">= 2.8.19.14"