Skip to content

Commit 0cf0c38

Browse files
Update pytest-cov requirement from <=6.0.0,>=2.6.0 to >=2.6.0,<=6.1.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](pytest-dev/pytest-cov@v2.6.0...v6.1.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc87f93 commit 0cf0c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pre-commit <= 4.2.0
3030
nbmake <= 1.5.5
3131
pytest ~= 8.3
3232
pytest-benchmark <= 5.1.0
33-
pytest-cov >= 2.6.0, <= 6.0.0
33+
pytest-cov >= 2.6.0, <= 6.1.1
3434
pytest-monitor <= 1.6.6
3535
pytest-mpl == 0.16.1
3636
pytest-split >= 0.8.2, <= 0.10.0

0 commit comments

Comments
 (0)