Skip to content

Commit c5e82fd

Browse files
build(deps-dev): update pytest-cov requirement from >=6.2.1 to >=7.1.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](pytest-dev/pytest-cov@v6.2.1...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ccfb81 commit c5e82fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build-backend = "hatchling.build"
3333
dev = [
3434
"jupyterlab>=4.5.6",
3535
"pytest>=9.0.3",
36-
"pytest-cov>=6.2.1",
36+
"pytest-cov>=7.1.0",
3737
"pytest-github-actions-annotate-failures>=0.4.0",
3838
"pytest-random-order>=1.2.0",
3939
"pytest-recording>=0.13.4",

0 commit comments

Comments
 (0)