From e36427e0a6f86ce6b7104e511ccdd550c4f7202c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 05:13:25 +0000 Subject: [PATCH 1/2] deps(dev): update pytest-cov requirement from ==5.* to >=5,<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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 2029a10..b859cc5 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ ], extras_require={ "tests": [ - "pytest-cov==5.*", + "pytest-cov>=5,<7", "pytest-instafail==0.5.*", "pytest-mock==3.*", "pytest-watch==4.*", From 3f3e93e603b50a22870d9e5b8edc1095f595650d Mon Sep 17 00:00:00 2001 From: steveoh Date: Mon, 6 Jan 2025 18:28:30 -0700 Subject: [PATCH 2/2] chore: update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b859cc5..33faf52 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ ], extras_require={ "tests": [ - "pytest-cov>=5,<7", + "pytest-cov==6.*", "pytest-instafail==0.5.*", "pytest-mock==3.*", "pytest-watch==4.*",