Skip to content

Commit fb5edde

Browse files
build(deps-dev): Update pytest-cov requirement in /packages/agent-os (#878)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0ece6c commit fb5edde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-os/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ hypervisor = [
101101
dev = [
102102
"pytest>=7.0.0,<8.0",
103103
"pytest-asyncio>=0.21.0,<1.0",
104-
"pytest-cov>=4.0.0,<5.0",
104+
"pytest-cov>=4.0.0,<8.0",
105105
"mypy>=1.0.0,<2.0",
106106
"ruff>=0.1.0,<1.0",
107107
"import-linter>=2.0,<3.0",

0 commit comments

Comments
 (0)