From 978123df51dd26f15545ca6badee24a2dfc269ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 13:08:50 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement from <6.3 to <7.1 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/v1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e2bc62..2ad69e6 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ "test": [ "pytest<9", "pytest-cache<2", - "pytest-cov<6.3", + "pytest-cov<7.1", "python-dotenv<1.2", "responses<0.26", ],