Skip to content

Commit 8ef7971

Browse files
Update pytest-cov requirement from <4.0.0,>=2.12.0 to >=2.12.0,<5.0.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v2.12.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df9f19f commit 8ef7971

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
@@ -59,7 +59,7 @@ full = [
5959
]
6060
test = [
6161
"pytest >=7.1.3,<8.0.0",
62-
"pytest-cov >=2.12.0,<4.0.0",
62+
"pytest-cov >=2.12.0,<5.0.0",
6363
"mypy ==0.971",
6464
"flake8 >=3.8.3,<4.0.0",
6565
"black ==22.8.0",

0 commit comments

Comments
 (0)