Skip to content

Commit ee9c0f4

Browse files
Update pytest-cov requirement from <6,>=5 to >=5,<8
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...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>
1 parent f4d070f commit ee9c0f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ otel = [
4747
]
4848
dev = [
4949
"pytest >=8,<9",
50-
"pytest-cov >=5,<6",
50+
"pytest-cov >=5,<8",
5151
"hypothesis >=6.100,<7",
5252
"testcontainers[postgres] >=4,<5",
5353
"ruff >=0.5,<1",

0 commit comments

Comments
 (0)