Skip to content

Commit f331b7f

Browse files
Update pytest-cov requirement from ~6.1 to ~6.2 (#256)
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.1.0...v6.2.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01d0229 commit f331b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ numpy = "2.0.2"
3535
[tool.poetry.dev-dependencies]
3636
pytest = "~8.4"
3737
pytest-asyncio = "~0.26"
38-
pytest-cov = "~6.1"
38+
pytest-cov = "~6.2"
3939
pytest-unordered = "~0.7"
4040
pre-commit = "~4.2"
4141
docutils="~0.20"

0 commit comments

Comments
 (0)