Skip to content

Commit 2d87404

Browse files
Update pytest-cov requirement from 3.0.0 to 4.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@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7b64b9 commit 2d87404

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
@@ -37,7 +37,7 @@ jsonschema = "^4.16.0"
3737

3838
[tool.poetry.group.dev.dependencies]
3939
pytest = "^7.1.2"
40-
pytest-cov = "^3.0.0"
40+
pytest-cov = ">=3,<5"
4141
pytest-runner = "^6.0.0"
4242
nbval = "^0.10.0"
4343
requests-mock = "^1.10.0"

0 commit comments

Comments
 (0)