Skip to content

Commit b14b884

Browse files
deps: update pytest-cov requirement from <=6.0.0 to <=7.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@v1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7bd5f2c commit b14b884

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
@@ -67,7 +67,7 @@ dependencies = [
6767
"networkx>=2.3,<=3.4.2",
6868
"protobuf>=5.0.0,<6.0.0",
6969
"pytest<=8.4.2",
70-
"pytest-cov<=6.0.0",
70+
"pytest-cov<=7.0.0",
7171
"python-dotenv<=1.1.1",
7272
"PyYAML<=6.0.2",
7373
"qemu.qmp==0.0.3",

0 commit comments

Comments
 (0)