Skip to content

Commit b7dc3b8

Browse files
build(deps-dev): Update pytest-cov requirement (microsoft#871)
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.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 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 a3c25e2 commit b7dc3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-hypervisor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ full = [
5555
dev = [
5656
"pytest>=8.0.0,<9.0",
5757
"pytest-asyncio>=0.23.0,<1.0",
58-
"pytest-cov>=4.0.0,<5.0",
58+
"pytest-cov>=4.0.0,<8.0",
5959
"hypothesis>=6.0.0,<7.0",
6060
"ruff>=0.4.0,<1.0",
6161
"mypy>=1.8.0,<2.0",

0 commit comments

Comments
 (0)