Skip to content

Commit 6c97063

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
fix(deps): update pytest-cov requirement from <7,>=2 to >=2,<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@v2.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fe159e commit 6c97063

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
@@ -25,7 +25,7 @@ urls = {homepage = "https://github.com/centralnicgroup-opensource/rtldev-middlew
2525
dependencies = [
2626
"docutils>=0,<1",
2727
"pdoc3>=0.11.5",
28-
"pytest-cov>=2,<7",
28+
"pytest-cov>=2,<8",
2929
"twine>=4,<7",
3030
"black>=23,<26",
3131
"idna>=3"

0 commit comments

Comments
 (0)