From 1433715560c04654f4e866a095324e7c408e7b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:00:52 +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/v5.0.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index a050033..3fbe7a4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pytest >= 7.2.1 -pytest-cov >= 2.8.1 +pytest-cov >= 5.0.0 tox >= 4.25.0 flake8 >= 5.0.4 types-python-dateutil >= 2.8.19.14