Skip to content

Commit b9357e3

Browse files
chore(deps): update pytest-cov requirement from <5,>=4.0.0 to >=4.0.0,<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@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>
1 parent 733831c commit b9357e3

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
@@ -76,7 +76,7 @@ dev = [
7676
"validators>=0.20.0,<0.21",
7777
"pytest-repeat>=0.9.1,<0.10",
7878
"coverage>=7.2.3,<8",
79-
"pytest-cov>=4.0.0,<5",
79+
"pytest-cov>=4.0.0,<8",
8080
"Sphinx>=5.1.1,<8.0.0",
8181
"sphinx-copybutton>=0.5.0,<0.6",
8282
"sphinx-autodoc-typehints>=1.19.2,<2",

0 commit comments

Comments
 (0)