Skip to content

Commit 4003ae0

Browse files
authoredMar 25, 2024
Update pytest-cov requirement from ~4.1 to ~5.0 (#124)
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@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 808738e commit 4003ae0

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
@@ -31,7 +31,7 @@ pymitter = ">=0.4,<0.6"
3131
[tool.poetry.dev-dependencies]
3232
pytest = "~8.1"
3333
pytest-asyncio = "~0.23"
34-
pytest-cov = "~4.1"
34+
pytest-cov = "~5.0"
3535
pytest-unordered = "~0.6"
3636
pre-commit = "~3.6"
3737
Sphinx = "~7.2"

0 commit comments

Comments
 (0)