Skip to content

Commit f569685

Browse files
Update pytest-cov requirement from ~6.0 to ~6.1 (#227)
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.0.0...v6.1.0) --- updated-dependencies: - dependency-name: pytest-cov 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 18002c5 commit f569685

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
@@ -34,7 +34,7 @@ pympler = "1.1"
3434
[tool.poetry.dev-dependencies]
3535
pytest = "~8.3"
3636
pytest-asyncio = "~0.26"
37-
pytest-cov = "~6.0"
37+
pytest-cov = "~6.1"
3838
pytest-unordered = "~0.6"
3939
pre-commit = "~4.2"
4040
docutils="~0.20"

0 commit comments

Comments
 (0)