Skip to content

Commit b570f95

Browse files
Update pytest-cov requirement from <=6.1.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 22cdefd commit b570f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pre-commit <= 4.2.0
2020
# testing and benchmarking
2121
pytest >= 5.0.0, <= 8.3.5
2222
pytest-benchmark <= 5.1.0
23-
pytest-cov >= 2.6.0, <= 6.1.0
23+
pytest-cov >= 2.6.0, <= 6.1.1
2424
pytest-monitor <= 1.6.6
2525

2626
# building

0 commit comments

Comments
 (0)