Skip to content

Commit 64d924a

Browse files
deps: update pytest-cov requirement from ^5.0.0 to ^6.0.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@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9078b03 commit 64d924a

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
@@ -27,7 +27,7 @@ toml = "^0.10.0"
2727
black = "^24.3.0"
2828
pytest = "^8.3.1"
2929
httpx = { version = ">=0.24.0", optional = true }
30-
pytest-cov = "^5.0.0"
30+
pytest-cov = "^6.0.0"
3131
coverage = "^7.2.5"
3232

3333
[tool.poetry.extras]

0 commit comments

Comments
 (0)