Skip to content

Commit c30a1e6

Browse files
chore: 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] <[email protected]>
1 parent b7774d5 commit c30a1e6

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
@@ -15,7 +15,7 @@ eagerx = "^0.1.33"
1515
[tool.poetry.dev-dependencies]
1616
black = "^22.1.0"
1717
pytest = "^7.0"
18-
pytest-cov = "^3.0.0"
18+
pytest-cov = "^4.0.0"
1919
flake8 = ">=3"
2020
flake8-bugbear = "^22.3.23"
2121

0 commit comments

Comments
 (0)