Skip to content

Commit 952cb2a

Browse files
Update pytest-cov requirement from ^6.0.0 to ^7.0.0 (#70)
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.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MarcielTorres <marcielribeirotorres@gmail.com>
1 parent beb5d07 commit 952cb2a

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
@@ -11,7 +11,7 @@ python = "^3.11"
1111

1212
[tool.poetry.group.dev.dependencies]
1313
pytest = "^8.0.0"
14-
pytest-cov = "^6.0.0"
14+
pytest-cov = "^7.0.0"
1515
ruff = "^0.13.2"
1616

1717
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)