Skip to content

Commit 546b4d1

Browse files
🐛 fix(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 d1fe402 commit 546b4d1

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
@@ -23,7 +23,7 @@ toml="^0.10.0"
2323
black="^25.1.0"
2424
pytest = "^8.3.1"
2525
httpx = { version = ">=0.24.0", optional = true }
26-
pytest-cov = { version = "^5.0.0", optional = true }
26+
pytest-cov = { version = "^6.0.0", optional = true }
2727
coverage = "^7.2.5"
2828

2929
[tool.poetry.extras]

0 commit comments

Comments
 (0)