Skip to content

Commit 3cb1f85

Browse files
dependabot-pip: update pytest-cov requirement
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.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11c79cf commit 3cb1f85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Django = "^4.0"
2828

2929
[tool.poetry.group.dev.dependencies]
3030
pytest = "^8.3.4" # Framework for testing
31-
pytest-cov = "^6.1.1" # Code coverage for tests
31+
pytest-cov = ">=6.1.1,<8.0.0" # Code coverage for tests
3232
black = "^24.8.0" # Code formatter
3333
flake8 = "^7.2.0" # Linter for code quality
3434
mypy = "^1.15.0" # Static type checker

0 commit comments

Comments
 (0)