Skip to content

Commit 3990a70

Browse files
chore(deps-dev): update pytest-cov requirement (#101)
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@v6.1.1...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8466e8a commit 3990a70

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
@@ -36,7 +36,7 @@ pyreadr = "^0.5"
3636

3737
[tool.poetry.group.dev.dependencies]
3838
pytest = "^8.3.5"
39-
pytest-cov = "^6.1.1"
39+
pytest-cov = ">=6.1.1,<8.0.0"
4040
pytest-benchmark = ">=4,<6"
4141
python-semantic-release = "^9.21.0"
4242
mypy = "^1.15.0"

0 commit comments

Comments
 (0)