Skip to content

Commit cdc173c

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] <support@github.com>
1 parent 70ac31b commit cdc173c

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
@@ -66,7 +66,7 @@ Source = "https://github.com/eadwinCode/ellar"
6666
[project.optional-dependencies]
6767
test = [
6868
"pytest >=6.2.4,<8.0.0",
69-
"pytest-cov >=2.12.0,<4.0.0",
69+
"pytest-cov >=2.12.0,<5.0.0",
7070
"mypy ==0.971",
7171
"flake8 >=3.8.3,<4.0.0",
7272
"black ==22.8.0",

0 commit comments

Comments
 (0)